]> source.dussan.org Git - poi.git/commitdiff
ignore keystore files on integration test
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 15 Dec 2018 01:24:27 +0000 (01:24 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 15 Dec 2018 01:24:27 +0000 (01:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848975 13f79535-47bb-0310-9956-ffa450edef68

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

index 40f19f9c859545b4b342140f1d60c52dedeb0c8f..a166eb5d6e334f6ec4c6a268c6fc8f812aa58447 100644 (file)
@@ -211,7 +211,13 @@ public class TestAllFiles {
         HANDLERS.put("spreadsheet/BigSSTRecord2CR7", new NullFileHandler());
         HANDLERS.put("spreadsheet/BigSSTRecordCR", new NullFileHandler());
         HANDLERS.put("spreadsheet/test_properties1", new NullFileHandler());
-        
+
+        // keystore files
+        HANDLERS.put(".pfx", new NullFileHandler());
+        HANDLERS.put(".pem", new NullFileHandler());
+        HANDLERS.put(".jks", new NullFileHandler());
+        HANDLERS.put(".pkcs12", new NullFileHandler());
+
         Map<String,String> passmap = new HashMap<>();
         passmap.put("slideshow/Password_Protected-hello.ppt", "hello");
         passmap.put("slideshow/Password_Protected-56-hello.ppt", "hello");