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:
Andreas Beeker 2017-07-08 23:15:21 +00:00
parent c82aa1a4bb
commit ef1934c8fa
1 changed files with 1 additions and 0 deletions

View File

@ -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());