Ticket #1739 (closed bug: fixed)
Latest CPAN Module Test::Builder caused test failure
Reported by: | mikehh | Owned by: | jkeenan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | testing | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
The latest version of the CPAN Module Test::Builder caused a failure in the test t/perl/Parrot_Test.t
A fix for this was incorporated at r48449.
In essence Test::Builder no longer outputs TODO tests to STDERR but to STDOUT.
from the changelog:
* Test::Builder::Tester now sets $tb->todo_output to the output handle and not the error handle (to be in accordance with the default behaviour of Test::Builder and allow for testing TODO test behaviour).
consequently there has been a change of behavior in Test::Builder after version 0.94
Test::Builder is part of Test::Simple (latest version 0.96 released 11 Aug 2010)
It would probably a good idea to check if this has any effect on other TODO tests.
Change History
Note: See
TracTickets for help on using
tickets.