converted all highgui tests to the format of google test system

This commit is contained in:
Andrey Morozov
2011-06-02 15:23:37 +00:00
parent b884c3c40c
commit 19900d9894
4 changed files with 141 additions and 221 deletions

View File

@@ -406,5 +406,4 @@ int CV_DrawingTest_C::checkLineIterator( Mat& _img )
}
TEST(Highgui_Drawing_CPP, regression) { CV_DrawingTest_CPP test; test.safe_run(); }
TEST(Highgui_Drawing_C, regression) { CV_DrawingTest_C test; test.safe_run(); }
TEST(Highgui_Drawing_C, regression) { CV_DrawingTest_C test; test.safe_run(); }