From edae42cb9194055459d5f3a56a67bedb25da78bb Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sat, 8 Jul 2017 23:15:21 +0000 Subject: [PATCH] add .ttf to ignored test integration resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801339 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 1 + 1 file changed, 1 insertion(+) 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()); -- 2.39.5