diff options
Diffstat (limited to 'src/integrationtest/org')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 29e076b2d0..6183c185c6 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -148,6 +148,9 @@ public class TestAllFiles { HANDLERS.put(".svg", new NullFileHandler()); HANDLERS.put(".pict", new NullFileHandler()); HANDLERS.put(".jpg", new NullFileHandler()); + HANDLERS.put(".jpeg", new NullFileHandler()); + HANDLERS.put(".tif", new NullFileHandler()); + HANDLERS.put(".tiff", new NullFileHandler()); HANDLERS.put(".wav", new NullFileHandler()); HANDLERS.put(".pfx", new NullFileHandler()); HANDLERS.put(".xml", new NullFileHandler()); |