diff options
author | Dominik Stadler <centic@apache.org> | 2019-10-26 05:26:40 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-10-26 05:26:40 +0000 |
commit | 0498d7ef3aab041956237b00e5f5951ba1745f50 (patch) | |
tree | cf2796fcc556580d908a249c1a659dc0b096be92 | |
parent | 00a2a870974837c9e36a58cd613f46fe422c9844 (diff) | |
download | poi-0498d7ef3aab041956237b00e5f5951ba1745f50.tar.gz poi-0498d7ef3aab041956237b00e5f5951ba1745f50.zip |
Add one more file-type to the integration tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868979 13f79535-47bb-0310-9956-ffa450edef68
-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 50bcadf239..1d5904613e 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -120,6 +120,7 @@ public class TestAllFiles { // Powerpoint HANDLERS.put(".ppt", IGNORE_SCRATCHPAD ? new HPSFFileHandler() : new HSLFFileHandler()); + HANDLERS.put(".pot", IGNORE_SCRATCHPAD ? new HPSFFileHandler() : new HSLFFileHandler()); HANDLERS.put(".pptx", new XSLFFileHandler()); HANDLERS.put(".pptm", new XSLFFileHandler()); HANDLERS.put(".ppsm", new XSLFFileHandler()); |