https://bz.apache.org/bugzilla/show_bug.cgi?id=63153

--- Comment #3 from David Gauntt <[email protected]> ---
Created attachment 36581
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36581&action=edit
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: the scatter chart has two data series. Excel 2010
opens and displays it without trouble.

testRemoveSeries0.xlsx: the first data series has been removed by calling
getSeries().remove(0).  The workbook is corrupted, and Excel 2010 fixes it by
deleting the chart.

testBugFixRemoveSeries0.xlsx: the first data series has been removed by calling
removeSeries(0).   Excel 2010 opens and displays it without trouble.  However,
the appearance of the remaining data series is different than in
testDontRemoveSeries.xlsx.  I will open a new bug report to deal with this.

testRemoveSeries1.xlsx, testBugFixRemoveSeries1.xlsx: the same as the two
preceding workbooks, but with the second series removed instead of the first.

-- 
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]

Reply via email to