mirror of https://github.com/apache/poi.git
add .ttf to ignored test integration resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801339 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c82aa1a4bb
commit
ef1934c8fa
|
@ -188,6 +188,7 @@ public class TestAllFiles {
|
|||
HANDLERS.put(".xml", new NullFileHandler());
|
||||
HANDLERS.put(".csv", new NullFileHandler());
|
||||
HANDLERS.put(".ods", new NullFileHandler());
|
||||
HANDLERS.put(".ttf", new NullFileHandler());
|
||||
// VBA source files
|
||||
HANDLERS.put(".vba", new NullFileHandler());
|
||||
HANDLERS.put(".bas", new NullFileHandler());
|
||||
|
|
Loading…
Reference in New Issue