Skip to content

Commit 3320ce0

Browse files
committed
unicode test
Signed-off-by: Rosen Penev <[email protected]>
1 parent c322fc7 commit 3320ce0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/data/Реган.jp2

39.7 KB
Binary file not shown.

unitTests/test_ImageFactory.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ TEST(TheImageFactory, loadInstancesDifferentImageTypes) {
141141
imagePath = testData / "Reagan.jp2";
142142
EXPECT_EQ(ImageType::jp2, ImageFactory::getType(imagePath));
143143
EXPECT_NO_THROW(ImageFactory::open(imagePath, false));
144+
145+
imagePath = testData / "Реган.jp2";
146+
EXPECT_EQ(ImageType::jp2, ImageFactory::getType(imagePath));
147+
EXPECT_NO_THROW(ImageFactory::open(imagePath, false));
144148
}
145149

146150
TEST(TheImageFactory, getsExpectedModesForJp2Images) {

0 commit comments

Comments
 (0)