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: 89655
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: regexp expectation broken
Date: Mon, 21 Oct 2013 15:24:34 +0100
To: bug-Test-Simple [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
In the Test::Builder::Tester from Test-Simple-0.98, the argument to test_out/test_err could be a regexp. Test-Simple-0.99 broke that usage, by adding an unconditional concatenation with that argument. This breaks Test-Class's test suite, which relies on regexp expectations. Attached patch fixes. -zefram

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

First of all, I have created a cross reference to this ticket in https://github.com/schwern/test-more/issues/389. I suppose we can continue here. Thanks for your patch. Although, it does not fix Test::Class (ADIE/Test-Class-0.39.tar.gz) for me. Can you provide more info? Your patch does fix for me KONOBI/Test-FITesque-0.03.tar.gz, so this is already a great achievement.
Subject: Re: [rt.cpan.org #89655] regexp expectation broken
Date: Mon, 28 Oct 2013 10:21:16 +0000
To: Andreas Koenig via RT <bug-Test-Simple [...] rt.cpan.org>
From: Zefram <zefram [...] fysh.org>
Andreas Koenig via RT wrote: Show quoted text
>Thanks for your patch. Although, it does not fix Test::Class >(ADIE/Test-Class-0.39.tar.gz) for me. Can you provide more info?
Test-Class also has a second problem, that a couple of its tests are sensitive to diagnostic messages that have changed. [rt.cpan.org #89473], patch on that ticket. -zefram
Please consider testing with Test-Simple-0.99_01.tar.gz This will become stable in a week or two, barring catastrophe. Thank you. -- rjbs