Skip Menu |

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

Report information
The Basics
Id: 89473
Status: resolved
Priority: 0/
Queue: Test-Class

People
Owner: Nobody in particular
Requestors: matt.lawrence [...] virgin.net
Cc:
AdminCc:

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



Subject: Test failures with Test::Simple 0.99
I thought I'd raise a ticket because I noticed that there's an apparent correllation between the recent handful of test failures in Test::Class and the version of Test::Simple. I've just encountered errors identical to this one: http://www.cpantesters.org/cpan/report/e2e1a016-3448-11e3-9760-dc15f34aa4a3 which disappear in an environment with Test::Simple 0.98 installed.
Subject: Re: [rt.cpan.org #89473] Test failures with Test::Simple 0.99
Date: Mon, 21 Oct 2013 14:29:01 +0100
To: bug-Test-Class [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
t/fail2.t fails for two reasons. Firstly, some of the messages that it's testing (output from failing tests) has changed. Secondly, and more significantly, Test::Builder::Tester 1.23_002 in Test-Simple-0.99 has broken test_out et al, in that they no longer accept regexp parameters. -zefram
Subject: Re: [rt.cpan.org #89473] Test failures with Test::Simple 0.99
Date: Mon, 21 Oct 2013 15:38:24 +0100
To: bug-Test-Class [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Test-Simple bug reported with patch at <https://rt.cpan.org/Ticket/Display.html?id=89655>. Attached patch updates Test-Class for the changed diagnostics. -zefram

Message body is not shown because sender requested not to inline it.

This is applied in git and will be released within the next week. -- rjbs
Test::Class now works with the latest Test::Builder. -- rjbs