]> source.dussan.org Git - poi.git/commitdiff
Prevent us from changing the file with every test-run
authorDominik Stadler <centic@apache.org>
Sat, 2 Apr 2016 11:01:49 +0000 (11:01 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 2 Apr 2016 11:01:49 +0000 (11:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737488 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java

index b83f6f972dc55d55fd143737e0f94e2aea979247..d733ade321f8ee83fa784ad90a4eb066cc4c60ca 100644 (file)
@@ -171,7 +171,7 @@ public class TestZipPackage {
     @Test
     public void unparseableCentralDirectory() throws IOException {
         File f = OpenXML4JTestDataSamples.getSampleFile("at.pzp.www_uploads_media_PP_Scheinecker-jdk6error.pptx");
-        SlideShow<?,?> ppt = SlideShowFactory.create(f);
+        SlideShow<?,?> ppt = SlideShowFactory.create(f, null, true);
         ppt.close();
     }
 }