From 2e74d762cf157544053588591720edd7ee29a2fc Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 15 Mar 2016 14:17:47 +0000 Subject: [PATCH] Ignore ODS git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735079 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 1 + 1 file changed, 1 insertion(+) 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()); -- 2.39.5