https://bz.apache.org/bugzilla/show_bug.cgi?id=63153
David Gauntt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36581|0 |1 is obsolete| | --- Comment #4 from David Gauntt <[email protected]> --- Created attachment 36582 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36582&action=edit Revised JUnit test case to verify bug fix for 63153 This test case writes 5 workbooks to the folder custom-reports-test. Each workbook contains a single sheet with a single scatter chart testDontRemoveSeries.xlsx: this tests adds two data series and removes none. Excel 2010 opens and displays it without trouble. testRemoveSeries0.xlsx, testRemoveLastSeries.xlsx: These tests add three data series and removes the either the first or the last series by calling getSeries().remove(n). The workbook is corrupted, and Excel 2010 fixes it by deleting the chart. testBugFixRemoveSeries0.xlsx, testBugFixRemoveLastSeries.xlsx: These tests add three data series and removes the either the first or the last series by calling removeSeries(n). Excel opens and displays the workbook without trouble. The appearance of the charts is similar to the chart in testDontRemoveSeries. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
