Better testing of source region reading. A few readers are failing for now, added @Ignore.

This commit is contained in:
Harald Kuhr
2014-09-26 15:59:19 +02:00
parent afff6f78a8
commit 8c93be05a5
5 changed files with 73 additions and 2 deletions

View File

@@ -138,4 +138,11 @@ public class ICNSImageReaderTest extends ImageReaderAbstractTestCase {
public void testReadWithSubsampleParamPixels() throws IOException {
super.testReadWithSubsampleParamPixels();
}
@Test
@Ignore("Known issue: Source region reading not supported")
@Override
public void testReadWithSourceRegionParamEqualImage() throws IOException {
super.testReadWithSourceRegionParamEqualImage();
}
}