1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

ts: dump test parameters value

This commit is contained in:
Alexander Alekhin
2017-11-09 19:09:46 +03:00
parent e89ae986fa
commit fbe18e80f6
2 changed files with 1 additions and 6 deletions
-6
View File
@@ -1893,12 +1893,6 @@ void TestBase::TearDown()
}
}
const ::testing::TestInfo* const test_info = ::testing::UnitTest::GetInstance()->current_test_info();
const char* type_param = test_info->type_param();
const char* value_param = test_info->value_param();
if (value_param) printf("[ VALUE ] \t%s\n", value_param), fflush(stdout);
if (type_param) printf("[ TYPE ] \t%s\n", type_param), fflush(stdout);
#ifdef CV_COLLECT_IMPL_DATA
if(param_collect_impl)
{