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