Minor optimization: Disable disk caching for ImageReader tests.

This commit is contained in:
Harald Kuhr 2015-03-10 16:06:11 +01:00
parent 7ad108ccba
commit 841ce5d26e

View File

@ -70,6 +70,7 @@ public abstract class ImageReaderAbstractTestCase<T extends ImageReader> {
static {
IIORegistry.getDefaultInstance().registerServiceProvider(new URLImageInputStreamSpi());
ImageIO.setUseCache(false);
}
protected abstract List<TestData> getTestData();