Ported PR #4187 to master

pull/6895/head
Maksim Shabunin 8 years ago
parent b000663a88
commit 3bfe76e24c
  1. 6
      modules/calib3d/test/test_chesscorners_timing.cpp

@ -113,11 +113,7 @@ void CV_ChessboardDetectorTimingTest::run( int start_from )
if( img2.empty() )
{
ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", filename.c_str() );
if( max_idx == 1 )
{
code = cvtest::TS::FAIL_MISSING_TEST_DATA;
goto _exit_;
}
code = cvtest::TS::FAIL_MISSING_TEST_DATA;
continue;
}

Loading…
Cancel
Save