remove test leftover

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-07-26 08:13:16 +00:00
parent e739205c1d
commit bf7936bc42
1 changed files with 0 additions and 4 deletions

View File

@ -180,10 +180,6 @@ public class TestSignatureInfo {
pkg1.save(bos);
pkg1.close();
FileOutputStream fos = new FileOutputStream("tmp/sigtest/poi.xlsx");
bos.writeTo(fos);
fos.close();
XSSFWorkbook wb2 = new XSSFWorkbook(new ByteArrayInputStream(bos.toByteArray()));
assertEquals("Test", wb2.getSheetAt(0).getRow(1).getCell(1).getStringCellValue());
OPCPackage pkg2 = wb2.getPackage();