mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 12:35:29 -04:00
Minor optimization: Disable disk caching for ImageReader tests.
This commit is contained in:
parent
7ad108ccba
commit
841ce5d26e
@ -70,6 +70,7 @@ public abstract class ImageReaderAbstractTestCase<T extends ImageReader> {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
IIORegistry.getDefaultInstance().registerServiceProvider(new URLImageInputStreamSpi());
|
IIORegistry.getDefaultInstance().registerServiceProvider(new URLImageInputStreamSpi());
|
||||||
|
ImageIO.setUseCache(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected abstract List<TestData> getTestData();
|
protected abstract List<TestData> getTestData();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user