mirror of
https://github.com/opencv/opencv.git
synced 2026-09-19 15:23:23 -05:00
Reenabled second test
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user