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:
parent
209442a560
commit
3bc38c86e8
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user