fixed cv::split; enabled test

This commit is contained in:
Ilya Lavrenov
2014-01-25 00:43:32 +04:00
parent fa5492343a
commit 2dd294cc84
2 changed files with 25 additions and 12 deletions

View File

@@ -197,7 +197,7 @@ PARAM_TEST_CASE(Split, MatType, Channels, bool)
}
};
OCL_TEST_P(Split, DISABLED_Accuracy)
OCL_TEST_P(Split, Accuracy)
{
for (int j = 0; j < test_loop_times; j++)
{