From: PJ Fanning Date: Mon, 30 Jul 2018 01:55:09 +0000 (+0000) Subject: exclude broken pptx file from integration test X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f84dc3885ced938223d74a4f0aad2e8a4c714d70;p=poi.git exclude broken pptx file from integration test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837013 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 8721c50948..b070573731 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -287,6 +287,7 @@ public class TestAllFiles { "document/Bug50955.doc", "document/57843.doc", "slideshow/PPT95.ppt", + "slideshow/Divino_Revelado.pptx", "openxml4j/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx", "openxml4j/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx", "openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx",