diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-12-16 16:51:08 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-12-16 16:51:08 +0000 |
commit | abe662db86034a0676bc0160e0878fbecefef488 (patch) | |
tree | ae844a12de4aafedf5dd44c625c0b1703f668de1 /src/integrationtest | |
parent | cda119e3b8d47bff4ff0b02ccb021d27e31b1aab (diff) | |
parent | a308c6467e7efa4ed128ce6424cbf34e02ae59ec (diff) | |
download | poi-hemf.tar.gz poi-hemf.zip |
merge trunkhemf
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1849036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 40f19f9c85..a166eb5d6e 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -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"); |