Skip Menu |

This queue is for tickets about the Test-WWW-Selenium-Catalyst CPAN distribution.

Report information
The Basics
Id: 50877
Status: resolved
Priority: 0/
Queue: Test-WWW-Selenium-Catalyst

People
Owner: bobtfish [...] bobtfish.net
Requestors: nine [...] detonation.org
Cc:
AdminCc:

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



Subject: Test 01live.t broken - shows with current Test::More
t/01live.t fails because it doesn't tell Test::More that it has no plans. Seems like there is a bug in older versions of Test::More that lets this work anyway. Attaching a patch that fixes this (just use Test::More qw(no_plan);)
patch to fix the problem
diff -Naur Test-WWW-Selenium-Catalyst-0.06/t/01-live.t Test-WWW-Selenium-Catalyst-0.06.patched//t/01-live.t --- Test-WWW-Selenium-Catalyst-0.06/t/01-live.t 2009-08-26 18:08:33.000000000 +0200 +++ Test-WWW-Selenium-Catalyst-0.06.patched//t/01-live.t 2009-10-27 15:29:40.969392708 +0100 @@ -2,7 +2,7 @@ # 01-live.t # Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org> -use Test::More; +use Test::More qw(no_plan); use FindBin; use lib "$FindBin::Bin/lib";
This was fixed in 0.06