mirror of https://github.com/apache/poi.git
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:
parent
e739205c1d
commit
bf7936bc42
|
@ -180,10 +180,6 @@ public class TestSignatureInfo {
|
||||||
pkg1.save(bos);
|
pkg1.save(bos);
|
||||||
pkg1.close();
|
pkg1.close();
|
||||||
|
|
||||||
FileOutputStream fos = new FileOutputStream("tmp/sigtest/poi.xlsx");
|
|
||||||
bos.writeTo(fos);
|
|
||||||
fos.close();
|
|
||||||
|
|
||||||
XSSFWorkbook wb2 = new XSSFWorkbook(new ByteArrayInputStream(bos.toByteArray()));
|
XSSFWorkbook wb2 = new XSSFWorkbook(new ByteArrayInputStream(bos.toByteArray()));
|
||||||
assertEquals("Test", wb2.getSheetAt(0).getRow(1).getCell(1).getStringCellValue());
|
assertEquals("Test", wb2.getSheetAt(0).getRow(1).getCell(1).getStringCellValue());
|
||||||
OPCPackage pkg2 = wb2.getPackage();
|
OPCPackage pkg2 = wb2.getPackage();
|
||||||
|
|
Loading…
Reference in New Issue