]> source.dussan.org Git - poi.git/commitdiff
add .ttf to ignored test integration resources
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 8 Jul 2017 23:15:21 +0000 (23:15 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 8 Jul 2017 23:15:21 +0000 (23:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801339 13f79535-47bb-0310-9956-ffa450edef68

src/integrationtest/org/apache/poi/TestAllFiles.java

index 86a5c06ca677156f95d0a07db39b3758fd843c88..3f0d510203a6476c04262b0a90fbab6ee9c5d1de 100644 (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());