Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.10.0
-
None
Description
The class org.apache.chemistry.opencmis.tck.impl.JUnitHelper is not helping much
We use it to run the TCK, but whenever an exception occurs as part of these tests, it gets swallowed by this line, and we lose precious information on what actually happened:
Assert.fail(e.getMessage());
It would be better to attach the whole stack trace to the failure message.
However, I think the simplest would be to let the Exceptions pass and pop at the surface.
Here is a patch to do just that, if it helps.
Thanks!