]> source.dussan.org Git - poi.git/commit
bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test56557...
authorJaven O'Neal <onealj@apache.org>
Tue, 20 Jun 2017 06:08:38 +0000 (06:08 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 20 Jun 2017 06:08:38 +0000 (06:08 +0000)
commit15212e0feb7952873f4acfd2301fe21b72c821b9
treeb5ffca3d211154cf0a0ad2d052cc1a2fa908b775
parent4d692223bbf7e6e2adbc56481c609e7a193806e2
bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test56557() does not leave a modified file on disk after running.

I verified that
> Workbook wb = XSSFTestDataSamples.openSampleWorkbook("56557.xlsx")
and
> Workbook wb = WorkbookFactory.create(XSSFTestDataSamples.getSampleFile("56557.xlsx"), password=null, readOnly=false);
both fail when the fix from r1798913 for SXSSFWorkbook is not applied and both pass when the fix is applied.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799304 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java