mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
00a2a87097
commit
0498d7ef3a
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue