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
1ce039753a
commit
b2d19936ef
@ -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
Block a user