On Mon Jan 08 17:54:23 2007, MARKSTOS wrote:
Show quoted text> On Wed Jun 28 23:24:55 2006, MSCHWERN wrote:
> > A flag and environment variable to display file & line numbers of
> > passing TODO tests (ie. "Unexpectedly succeeded") on the diag_output
> > handle so that they can be found.
>
> I wish for being able to hunt down passing TODO tests, too, but does it
> even need to be an option?
>
> I advocate always printing the line numbers of passing TODO tests when
> they happen.
>
> I've got several in a suite of 5,000 tests, and I really have no good
> way to find them now.
>
> Mark
We cannot change this legacy behavior without breaking a lot of downstream modules. However thanks to Test2 this behavior can be implemented as a Test2 plugin pretty easily.
Closing this ticket. Feel free to ping me for help if you want to write a plugin to help with this.