You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/04/02 13:01:50 UTC

svn commit: r1737488 - /poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java

Author: centic
Date: Sat Apr  2 11:01:49 2016
New Revision: 1737488

URL: http://svn.apache.org/viewvc?rev=1737488&view=rev
Log:
Prevent us from changing the file with every test-run

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

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java?rev=1737488&r1=1737487&r2=1737488&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java Sat Apr  2 11:01:49 2016
@@ -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();
     }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org