mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-21 00:00:01 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5aa124e17 |
+6
@@ -111,6 +111,12 @@ public class JPEGImageReaderTest extends ImageReaderAbstractTest<JPEGImageReader
|
|||||||
super.testReadAsRenderedImageIndexOutOfBounds();
|
super.testReadAsRenderedImageIndexOutOfBounds();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@Disabled("JDK 25 now supports reading Exif thumbnails, but does not report thumbnail progress")
|
||||||
|
public void testThumbnailProgress() throws IOException {
|
||||||
|
super.testThumbnailProgress();
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Disabled("No test data with JFIF thumbnail")
|
@Disabled("No test data with JFIF thumbnail")
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user