From: Nick Burch Date: Tue, 15 Mar 2016 14:17:47 +0000 (+0000) Subject: Ignore ODS X-Git-Tag: REL_3_15_BETA2~438 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2e74d762cf157544053588591720edd7ee29a2fc;p=poi.git Ignore ODS git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735079 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 3ba0b37b63..b7a098699f 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -157,6 +157,7 @@ public class TestAllFiles { HANDLERS.put(".pfx", new NullFileHandler()); HANDLERS.put(".xml", new NullFileHandler()); HANDLERS.put(".csv", new NullFileHandler()); + HANDLERS.put(".ods", new NullFileHandler()); // map some files without extension HANDLERS.put("spreadsheet/BigSSTRecord", new NullFileHandler());