Commit e5130cf8 authored by Ilya Lavrenov's avatar Ilya Lavrenov

enabled tests

parent 07e08f7a
...@@ -195,7 +195,7 @@ struct CornerTestBase : ...@@ -195,7 +195,7 @@ struct CornerTestBase :
{ {
virtual void random_roi() virtual void random_roi()
{ {
Mat image = readImageType("gpu/stereobm/aloe-L.png", type); Mat image = readImageType("../gpu/stereobm/aloe-L.png", type);
ASSERT_FALSE(image.empty()); ASSERT_FALSE(image.empty());
bool isFP = CV_MAT_DEPTH(type) >= CV_32F; bool isFP = CV_MAT_DEPTH(type) >= CV_32F;
...@@ -224,7 +224,7 @@ struct CornerTestBase : ...@@ -224,7 +224,7 @@ struct CornerTestBase :
typedef CornerTestBase CornerMinEigenVal; typedef CornerTestBase CornerMinEigenVal;
OCL_TEST_P(CornerMinEigenVal, DISABLED_Mat) OCL_TEST_P(CornerMinEigenVal, Mat)
{ {
for (int j = 0; j < test_loop_times; j++) for (int j = 0; j < test_loop_times; j++)
{ {
...@@ -243,7 +243,7 @@ OCL_TEST_P(CornerMinEigenVal, DISABLED_Mat) ...@@ -243,7 +243,7 @@ OCL_TEST_P(CornerMinEigenVal, DISABLED_Mat)
typedef CornerTestBase CornerHarris; typedef CornerTestBase CornerHarris;
OCL_TEST_P(CornerHarris, DISABLED_Mat) OCL_TEST_P(CornerHarris, Mat)
{ {
for (int j = 0; j < test_loop_times; j++) for (int j = 0; j < test_loop_times; j++)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment