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 2015/12/30 21:31:56 UTC

svn commit: r1722412 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSlideShowFactory.java

Author: centic
Date: Wed Dec 30 20:31:56 2015
New Revision: 1722412

URL: http://svn.apache.org/viewvc?rev=1722412&view=rev
Log:
Use parameter in unit test

Modified:
    poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSlideShowFactory.java

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSlideShowFactory.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSlideShowFactory.java?rev=1722412&r1=1722411&r2=1722412&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSlideShowFactory.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSlideShowFactory.java Wed Dec 30 20:31:56 2015
@@ -49,7 +49,7 @@ public final class TestXSLFSlideShowFact
         EncryptionInfo info = new EncryptionInfo(EncryptionMode.agile);
         Encryptor enc = info.getEncryptor();
         enc.confirmPassword(password);
-        InputStream fis = _slTests.openResourceAsStream("SampleShow.pptx");
+        InputStream fis = _slTests.openResourceAsStream(basefile);
         OutputStream os = enc.getDataStream(fs);
         IOUtils.copy(fis, os);
         os.close();



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