/[Apache-SVN]
ViewVC logotype

Revision 1799304


Jump to revision: Previous Next
Author: onealj
Date: Tue Jun 20 06:08:38 2017 UTC (7 years ago)
Changed paths: 1
Log Message:
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.

Changed paths

Path Details
Directorypoi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26