https://issues.apache.org/bugzilla/show_bug.cgi?id=51160
--- Comment #10 from Yegor Kozlov <[email protected]> 2011-05-18 11:14:02 UTC --- Alex, I committed initial support for SXSSF tests in r1124177. There are four classes based on the abstract spreadsheet tests that are used for HSSF and XSSF testing. Failing tests are disabled. Ideally, all tests that make sense in SXSSF should pass. Please feel free to add / modify them any way you like. I see that some tests fail because you don't validate input arguments, for example, sheet.createRow(-1) throws IllegalArgumentException in HSSF and XSSF, but not in SXSSF. I hope those are easy to fix. Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
