minor fix in highgui tests
authorAndrey Morozov <no@email>
Thu, 2 Jun 2011 08:53:12 +0000 (08:53 +0000)
committerAndrey Morozov <no@email>
Thu, 2 Jun 2011 08:53:12 +0000 (08:53 +0000)
modules/highgui/test/test_ffmpeg.cpp
modules/highgui/test/test_main.cpp

index 33e65ca..1970c0e 100644 (file)
@@ -53,7 +53,7 @@ class CV_FFmpegWriteBigImagesTest : public cvtest::BaseTest
                {\r
                        try\r
                        {\r
-                               Mat img = imread(string(ts->get_data_path()) + "readwrite/read.png", 0);\r
+                               Mat img = imread(string(ts->get_data_path()) + "readwrite/read.png");\r
                                if (img.empty()) ts->set_failed_test_info(cvtest::TS::FAIL_INVALID_TEST_DATA);\r
                                imwrite(string(ts->get_data_path()) + "readwrite/write.png", img);\r
                        }\r
index 6a686e6..363b541 100644 (file)
@@ -1,4 +1,4 @@
 #include "test_precomp.hpp"
 
-CV_TEST_MAIN("cv")
+CV_TEST_MAIN("highgui")