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

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

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



Subject: [PATCH] github #332: Test tweak
This patch is against the version 0.98 in bleadperl. To keep tests passing, I am going to patch the tests in blead directly when I apply the patch from <https://rt.perl.org/rt3/Ticket/Display.html?id=105922>, which should be harmless, as I am not touching any Test::Simple files that get installed.
Subject: open_5Mf3rhPx.txt
diff --git a/Test-Simple/t/fail-more.t b/Test-Simple/t/fail-more.t index 0fc6a71..72b5a51 100644 --- a/cpan/Test-Simple/t/fail-more.t +++ b/cpan/Test-Simple/t/fail-more.t @@ -248,22 +248,22 @@ ERR #line 248 isa_ok(42, "Wibble", "My Wibble"); -out_ok( <<OUT, <<ERR ); +out_like( <<OUT, <<ERR ); not ok - My Wibble isa Wibble OUT # Failed test 'My Wibble isa Wibble' # at $0 line 248. -# My Wibble isn't a class or reference +# My Wibble isn't a .* ERR #line 248 isa_ok(42, "Wibble"); -out_ok( <<OUT, <<ERR ); -not ok - The thing isa Wibble +out_like( <<OUT, <<ERR ); +not ok - The (thing|class) isa Wibble OUT -# Failed test 'The thing isa Wibble' +# Failed test 'The (thing|class) isa Wibble' # at $0 line 248. -# The thing isn't a class or reference +# The (thing|class) isn't a .* ERR #line 258
I got the number wrong in the subject. It is supposed to be #322.
Please could you consider rolling a new CPAN release with this patch included? This is the only divergence between the current CPAN release and bleadperl, and it would be great to get the two back in sync. It isn't urgent, but if you were able to do this before the next Perl release on 20th August I would be very grateful.
On Mon Aug 12 03:55:13 2013, SHAY wrote: Show quoted text
> Please could you consider rolling a new CPAN release with this patch > included?
And if you could do https://github.com/schwern/test-more/pull/385 at the same time, that would be wonderful! It’s blocking a really useful new warning.
Fixed by 5a2676714827d45b0d8e0b62c8b29a7d8fe601f4, v0.98_03+x Will be in a real release soon. -- rjbs