Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 81661
Status: resolved
Priority: 0/
Queue: Test-Pretty

People
Owner: Nobody in particular
Requestors: przemyslaw.sitek [...] gmail.com
Cc:
AdminCc:

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



Subject: Test::Pretty ignores bad plan errors
Test::Pretty ignores bad plan errors - i.e. tests with bad plan pass with Test::Pretty, whereas they fail when run under normal Test::More. $ perl -e 'use Test::More tests=>5; ok(1)'; echo $? 1..5 ok 1 # Looks like you planned 5 tests but ran 1. 255 $ perl -MTest::Pretty -e 'use Test::More tests=>5; ok(1)'; echo $? (...) ✓ L1: 0 Perl v5.10.1 OS: CentOS release 6.3 (Final) (2.6.32-279.11.1.el6.x86_64)
From: przemyslaw.sitek [...] gmail.com
0.19 is broken too.
Thanks for your report, the issue was resolved at 0.20.
From: przemyslaw.sitek [...] gmail.com
I can confirm it works now. Thanks a lot!