]> source.dussan.org Git - poi.git/commitdiff
remove test leftover
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 26 Jul 2017 08:13:16 +0000 (08:13 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 26 Jul 2017 08:13:16 +0000 (08:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803024 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

index 90ffd1991eeaeef9e4a1f020c4d3ee2251fb3e37..991107bf0b9d5fe00e887ca1428f8d285f228627 100644 (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();