bug 60742: Remove local test-code from test for bug 60512
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2206fc40f
commit
feee2b88c8
@ -83,14 +83,12 @@ public class TestXSSFCloneSheet extends BaseTestCloneSheet {
|
||||
assertNotNull(wbBack);
|
||||
wbBack.close();
|
||||
|
||||
// FIXME: why are we doing both writeOutAndReadBack and write? Was the temp file created for manual debugging?
|
||||
File tmp = TempFile.createTempFile("60512.xlsx", ".tmp");
|
||||
OutputStream ostream = new FileOutputStream(tmp);
|
||||
/*OutputStream str = new FileOutputStream("/tmp/60512.xlsx");
|
||||
try {
|
||||
wb.write(ostream);
|
||||
} finally {
|
||||
ostream.close();
|
||||
}
|
||||
str.close();
|
||||
}*/
|
||||
|
||||
wb.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user