Skip Menu |

This queue is for tickets about the Test-Unit CPAN distribution.

Report information
The Basics
Id: 39237
Status: new
Priority: 0/
Queue: Test-Unit

People
Owner: Nobody in particular
Requestors: cpan [...] vance.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Custom message hides default message
When you supply a message argument to an assert variant, that is the only message that is displayed. I would prefer if it was just prepended to the default message the way JUnit does it rather than assuming that it's a replacement message. I'm just trying to use it to distinguish iterations in highly dynamic or data-driven test loops.