mirror of
https://github.com/opencv/opencv.git
synced 2025-06-14 05:40:34 +08:00
Remove temporary file used for test.
This commit is contained in:
parent
1b7aa92eb6
commit
a885480c9e
@ -145,6 +145,7 @@ TEST(Imgcodecs_Image, write_umat)
|
|||||||
ASSERT_FALSE(image2.empty());
|
ASSERT_FALSE(image2.empty());
|
||||||
|
|
||||||
EXPECT_PRED_FORMAT2(cvtest::MatComparator(0, 0), image1, image2);
|
EXPECT_PRED_FORMAT2(cvtest::MatComparator(0, 0), image1, image2);
|
||||||
|
EXPECT_EQ(0, remove(dst_name.c_str()));
|
||||||
}
|
}
|
||||||
|
|
||||||
}} // namespace
|
}} // namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user