Commit 2e86d46c authored by Roman Donchenko's avatar Roman Donchenko

CV_ChessboardDetectorTimingTest: don't ignore missing test data

parent 707d10f1
......@@ -110,11 +110,7 @@ void CV_ChessboardDetectorTimingTest::run( int start_from )
if( !img )
{
ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", filename );
if( max_idx == 1 )
{
code = cvtest::TS::FAIL_MISSING_TEST_DATA;
goto _exit_;
}
code = cvtest::TS::FAIL_MISSING_TEST_DATA;
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment