1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

imgproc(test): add checks for remove() call

This commit is contained in:
Alexander Alekhin
2017-08-16 13:53:12 +03:00
parent 999f41fb4f
commit 78a310630f
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ TEST_P(Imgcodecs_ExtSize, write_imageseq)
EXPECT_LT(n, 1.);
EXPECT_PRED_FORMAT2(cvtest::MatComparator(0, 0), img, img_gt);
}
remove(filename.c_str());
EXPECT_EQ(0, remove(filename.c_str()));
}
}