From: Kirill Kornyakov Date: Mon, 11 Feb 2013 12:53:41 +0000 (+0400) Subject: Reenabled second test X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1520^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74e56503504a9038e518d847d8eedc5334c1c044;p=platform%2Fupstream%2Fopencv.git Reenabled second test --- diff --git a/modules/core/test/test_arithm.cpp b/modules/core/test/test_arithm.cpp index b8e88c5..ebc9eae 100644 --- a/modules/core/test/test_arithm.cpp +++ b/modules/core/test/test_arithm.cpp @@ -1542,7 +1542,7 @@ TEST(Core_Add, AddToColumnWhen3Rows) ASSERT_EQ(0, countNonZero(m1 - m2)); } -TEST(Core_Add, DISABLED_AddToColumnWhen4Rows) +TEST(Core_Add, AddToColumnWhen4Rows) { cv::Mat m1 = (cv::Mat_(4, 2) << 1, 2, 3, 4, 5, 6, 7, 8); m1.col(1) += 10;