]> source.dussan.org Git - poi.git/commitdiff
Add one more file-type to the integration tests
authorDominik Stadler <centic@apache.org>
Sat, 26 Oct 2019 05:26:40 +0000 (05:26 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 26 Oct 2019 05:26:40 +0000 (05:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868979 13f79535-47bb-0310-9956-ffa450edef68

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

index 50bcadf239ba8d8f80babc2be721a3365ad80ffd..1d5904613e6cb5d813484cc2df02875712629fa4 100644 (file)
@@ -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());