Merge pull request #4187 from SpecLad:chessboard-png

This commit is contained in:
Alexander Alekhin 2015-07-13 15:52:46 +00:00
commit 4bf82e50d0

View File

@ -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_;
}
continue;
}