poi/src/ooxml
Javen O'Neal 15212e0feb 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
2017-06-20 06:08:38 +00:00
..
java/org/apache/poi Fix some IntelliJ warnings 2017-06-18 05:59:11 +00:00
resources/org/apache/poi #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages 2015-11-21 19:37:26 +00:00
testcases/org/apache/poi bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test56557() does not leave a modified file on disk after running. 2017-06-20 06:08:38 +00:00