Added a comment.

This commit is contained in:
Harald Kuhr 2012-06-21 16:57:57 +02:00
parent 80d2f4ad89
commit 381e229575

View File

@ -62,6 +62,8 @@ public class PICTImageReaderTest extends ImageReaderAbstractTestCase<PICTImageRe
return Arrays.asList("image/pict", "image/x-pict"); return Arrays.asList("image/pict", "image/x-pict");
} }
// Regression tests
@Test @Test
public void testProviderNotMatchJPEG() throws IOException { public void testProviderNotMatchJPEG() throws IOException {
// This JPEG contains PICT magic bytes at locations a PICT would normally have them. // This JPEG contains PICT magic bytes at locations a PICT would normally have them.