From: Andreas Beeker Date: Sat, 8 Jul 2017 23:15:21 +0000 (+0000) Subject: add .ttf to ignored test integration resources X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=edae42cb9194055459d5f3a56a67bedb25da78bb;p=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 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 86a5c06ca6..3f0d510203 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -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());