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
This commit is contained in:
pwestin@webrtc.org 2012-05-03 13:15:35 +00:00
parent 209442a560
commit 3bc38c86e8

View File

@ -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));
}