]> source.dussan.org Git - poi.git/commitdiff
remove temporary jenkins debug output
authorAndreas Beeker <kiwiwings@apache.org>
Thu, 29 Jun 2017 10:49:22 +0000 (10:49 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Thu, 29 Jun 2017 10:49:22 +0000 (10:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800263 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

index c9ceb113d139954be5571e4cacecfeab12830dd4..f8154a5029067e0de34b3715a03cd0553728897c 100644 (file)
@@ -190,13 +190,6 @@ public class TestSignatureInfo {
             getSignatureDocument().getSignature().getSignatureValue().getStringValue();
         assertEquals(signExp, signAct);
         
-        if (new File("build").exists()) {
-            // write out to build, for further comparison between local and Jenkins box 
-            FileOutputStream fos = new FileOutputStream("build/TestSignatureInfo.xlsx");
-            bos.writeTo(fos);
-            fos.close();
-        }
-        
         pkg2.close();
         wb2.close();
     }