Issue Details (XML | Word | Printable)

Key: CACTUS-135
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Massol
Reporter: Felipe Leme
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Cactus

cactus-report does not show stack trace on failures/errors

Created: 09/Aug/04 06:27 PM   Updated: 09/Aug/04 07:14 PM
Return to search
Component/s: Maven Integration
Affects Version/s: 1.7
Fix Version/s: 1.7

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works cactus-135.patch1 2004-08-09 06:34 PM Felipe Leme 2 kB

Resolution Date: 09/Aug/04 07:14 PM


 Description  « Hide
When you generate the cactus report using maven, it doesn't show the stack trace of the test cases that fails, only its messages.

I'm providing a simple patch that fix this issue. This patch is a quick hack, though - ideally, the cactus-report should have the same structure as the junit-report, i.e., with a specific section for 'Failure Details'.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Felipe Leme added a comment - 09/Aug/04 06:34 PM
Patch that shows each message as:
<strong>Message: </strong>MSG
<strong>StackTrace: </strong>
STACK_TRACE

Vincent Massol added a comment - 09/Aug/04 07:14 PM
Thanks! Keep them coming :-)