mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 19:34:48 -04:00
More tests.
This commit is contained in:
@@ -4,6 +4,7 @@ import com.sun.imageio.plugins.jpeg.JPEGImageReader;
|
||||
import com.sun.imageio.plugins.jpeg.JPEGImageReaderSpi;
|
||||
import com.twelvemonkeys.imageio.util.ImageReaderAbstractTestCase;
|
||||
import com.twelvemonkeys.lang.SystemUtil;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import javax.imageio.IIOException;
|
||||
@@ -93,13 +94,16 @@ public class JPEGImageReaderTestCase extends ImageReaderAbstractTestCase<JPEGIma
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Known issue")
|
||||
@Override
|
||||
public void testReadAsRenderedImageIndexOutOfBounds() throws IIOException {
|
||||
try {
|
||||
super.testReadAsRenderedImageIndexOutOfBounds();
|
||||
}
|
||||
catch (IIOException expected) {
|
||||
// Known bug
|
||||
}
|
||||
super.testReadAsRenderedImageIndexOutOfBounds();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("No test data with JFIF thumbnail")
|
||||
@Override
|
||||
public void testNotBadCachingThumbnails() throws IOException {
|
||||
super.testNotBadCachingThumbnails();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user