From 3bc38c86e8a74f282157f6fee1010929b8182580 Mon Sep 17 00:00:00 2001 From: "pwestin@webrtc.org" Date: Thu, 3 May 2012 13:15:35 +0000 Subject: [PATCH] Fix color enhancement test. Review URL: https://webrtc-codereview.appspot.com/553007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2167 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../test/auto_test/source/vie_autotest_image_process.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video_engine/test/auto_test/source/vie_autotest_image_process.cc b/src/video_engine/test/auto_test/source/vie_autotest_image_process.cc index 745f35dc98..fe71508bb9 100644 --- a/src/video_engine/test/auto_test/source/vie_autotest_image_process.cc +++ b/src/video_engine/test/auto_test/source/vie_autotest_image_process.cc @@ -231,12 +231,8 @@ void ViEAutoTest::ViEImageProcessAPITest() tbChannel.videoChannel, false)); EXPECT_EQ(0, ViE.image_process->EnableColorEnhancement( tbChannel.videoChannel, true)); - EXPECT_NE(0, ViE.image_process->EnableColorEnhancement( - tbChannel.videoChannel, true)); EXPECT_EQ(0, ViE.image_process->EnableColorEnhancement( tbChannel.videoChannel, false)); - EXPECT_NE(0, ViE.image_process->EnableColorEnhancement( - tbChannel.videoChannel, false)); EXPECT_NE(0, ViE.image_process->EnableColorEnhancement( tbCapture.captureId, true)); }