diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-07-08 23:15:21 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-07-08 23:15:21 +0000 |
commit | ef1934c8fa88523aa4deedda256aafba3e3114dc (patch) | |
tree | 531f469c663c00f911bb5aa218ae7c55d4c958a3 /src/integrationtest/org/apache | |
parent | c82aa1a4bbff606e82fb3c6ac10cbc6597a1c7d2 (diff) | |
download | poi-ef1934c8fa88523aa4deedda256aafba3e3114dc.tar.gz poi-ef1934c8fa88523aa4deedda256aafba3e3114dc.zip |
add .ttf to ignored test integration resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org/apache')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
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()); |