Commit 74e56503 authored by Kirill Kornyakov's avatar Kirill Kornyakov

Reenabled second test

parent 7071bd63
...@@ -1542,7 +1542,7 @@ TEST(Core_Add, AddToColumnWhen3Rows) ...@@ -1542,7 +1542,7 @@ TEST(Core_Add, AddToColumnWhen3Rows)
ASSERT_EQ(0, countNonZero(m1 - m2)); ASSERT_EQ(0, countNonZero(m1 - m2));
} }
TEST(Core_Add, DISABLED_AddToColumnWhen4Rows) TEST(Core_Add, AddToColumnWhen4Rows)
{ {
cv::Mat m1 = (cv::Mat_<double>(4, 2) << 1, 2, 3, 4, 5, 6, 7, 8); cv::Mat m1 = (cv::Mat_<double>(4, 2) << 1, 2, 3, 4, 5, 6, 7, 8);
m1.col(1) += 10; m1.col(1) += 10;
......
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