perf tests: added SANITY_CHECK_NOTHING()

This commit is contained in:
Alexander Alekhin
2013-09-30 16:07:50 +04:00
parent e35bc11504
commit 66e4aead97
2 changed files with 4 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ Regression& Regression::instance()
Regression& Regression::add(TestBase* test, const std::string& name, cv::InputArray array, double eps, ERROR_TYPE err)
{
if(test) test->verified = true;
if(test) test->setVerified();
return instance()(name, array, eps, err);
}