-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: Linux
When I click on the "Latest Test Result (4 failures / +- 0)" link on the project
page, then down into the failing package, class and tests the only output is:
Error Message
"
Stacktrace
Standard Output
This is caused, I believe, by the lack of a check for null testData in
hudson.tasks.junit.TestResultAction.getActions, along with HyperlinkingOutTag
still being used with the stacktrace output, which has already been processed in
the same way by hudson.tasks.junit.CaseResult.annotate. I've fixed this, but am
currently writing a test case for it.