https://bz.apache.org/bugzilla/show_bug.cgi?id=65046
Bug ID: 65046 Summary: Simplify integration tests Product: POI Version: 4.1.x-dev Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: POI Overall Assignee: dev@poi.apache.org Reporter: kiwiwi...@apache.org Target Milestone: --- Created attachment 37678 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37678&action=edit Integration test patch The TestAllFiles class is a bit non-deterministic, i.e. the several try catches and various expected failure lists are confusing. I've changed the implementation so it's now based on a test list which takes into account which ... - file, - file handler - test case, - password - and exception/message ... is processed. To have comparable exceptions, I've removed the wrapping IOException/POIXMLException. Furthermore I've activated concurrent processing, which cuts the test time on my machine by 50% - only active for the integration tests. As this would affect our current regression test comparability, I stash it here until we've released POI 5.0.0 ... and maybe you want to give it a review. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org