Skip to content

Commit e4887aa

Browse files
committed
Merge pull request opencv#17761 from mshabunin:test-wo-jpg-png
2 parents 5a15369 + e812942 commit e4887aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/imgcodecs/test/test_read_write.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const tuple<string, Size> images[] =
3131
#ifdef HAVE_PNG
3232
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
3333
#endif
34+
make_tuple<string, Size>("../highgui/readwrite/ordinary.bmp", Size(480, 272)),
3435
};
3536

3637
TEST_P(Imgcodecs_Resize, imread_reduce_flags)

0 commit comments

Comments
 (0)