Change ocl::Canny test case category
authorpeng xiao <hisenxpress@gmail.com>
Fri, 12 Apr 2013 02:58:42 +0000 (10:58 +0800)
committerpeng xiao <hisenxpress@gmail.com>
Fri, 12 Apr 2013 02:58:42 +0000 (10:58 +0800)
modules/ocl/test/test_canny.cpp

index cac6b66..f70569c 100644 (file)
@@ -102,7 +102,7 @@ TEST_P(Canny, Accuracy)
     EXPECT_MAT_SIMILAR(edges_gold, edges, 1e-2);
 }
 
-INSTANTIATE_TEST_CASE_P(GPU_ImgProc, Canny, testing::Combine(
+INSTANTIATE_TEST_CASE_P(OCL_ImgProc, Canny, testing::Combine(
                             testing::Values(AppertureSize(3), AppertureSize(5)),
                             testing::Values(L2gradient(false), L2gradient(true))));
 #endif
\ No newline at end of file