mirror of https://github.com/apache/poi.git
Ignore ODS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5e066fb79
commit
2e74d762cf
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue