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:
Dominik Stadler 2017-02-17 17:15:27 +00:00
parent b2206fc40f
commit feee2b88c8
1 changed files with 3 additions and 5 deletions

View File

@ -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();
}