-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: junit-plugin
-
Environment:Ant 1.9.3, Java 1.7.0_51
Ubuntu 12.04 LTS
If a JUnit test fails for example in the @Test method and in the @After method, JUnit throws a MultipleFailureException containing both failures.
Jenkins' test result page shows only the last failure (the one from the @After method), the more important one from the @Test method is not shown.
The JUnit xml file created by Ant contains two <error>/<failure> elements for this test case. One is just not shown.