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: 8939
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)



Subject: Display the code line on failure.
When Test.pm fails a test it displays that line of the code. It does this by simply reading the source file. Doesn't worry about multi-line statements, its not really important. Just gives you a better idea of what failed. Consider adding this to TB.
On Thu Dec 16 01:30:11 2004, MSCHWERN wrote: Show quoted text
> When Test.pm fails a test it displays that line of the code. It does > this by simply reading the source file. Doesn't worry about multi- > line statements, its not really important. Just gives you a better > idea of what failed. > > Consider adding this to TB.
This can be written as a plugin to Test2, no need to do it in Test-Simple. All the necessary hooks should be there.