mirror of https://github.com/apache/poi.git
remove temporary jenkins debug output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba37eb9a29
commit
a160ee7b5e
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue