Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 12483
Status: rejected
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Have unexpected successes (ie. TODO tests which pass) display a "failure" diagnostic with the file and line number so they can more easily be tracked down.
On Sat Apr 30 12:06:51 2005, MSCHWERN wrote: Show quoted text
> Have unexpected successes (ie. TODO tests which pass) display a > "failure" diagnostic with the file and line number so they can more > easily be tracked down.
It is too late to do this by default, doing so would break too many downstream dists that validate TAP output. This can be written as a Test2 plugin if anyone really wants it.