From e5130cf83f011ba13c2d20b34329d35a07a6f740 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Mon, 20 Jan 2014 18:09:43 +0400 Subject: [PATCH] enabled tests --- modules/imgproc/test/ocl/test_imgproc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/imgproc/test/ocl/test_imgproc.cpp b/modules/imgproc/test/ocl/test_imgproc.cpp index bf6f8e64ae..7a6fb393ed 100644 --- a/modules/imgproc/test/ocl/test_imgproc.cpp +++ b/modules/imgproc/test/ocl/test_imgproc.cpp @@ -195,7 +195,7 @@ struct CornerTestBase : { 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()); bool isFP = CV_MAT_DEPTH(type) >= CV_32F; @@ -224,7 +224,7 @@ struct CornerTestBase : typedef CornerTestBase CornerMinEigenVal; -OCL_TEST_P(CornerMinEigenVal, DISABLED_Mat) +OCL_TEST_P(CornerMinEigenVal, Mat) { for (int j = 0; j < test_loop_times; j++) { @@ -243,7 +243,7 @@ OCL_TEST_P(CornerMinEigenVal, DISABLED_Mat) typedef CornerTestBase CornerHarris; -OCL_TEST_P(CornerHarris, DISABLED_Mat) +OCL_TEST_P(CornerHarris, Mat) { for (int j = 0; j < test_loop_times; j++) {