Skip Menu |

This queue is for tickets about the Stem CPAN distribution.

Report information
The Basics
Id: 36499
Status: new
Priority: 0/
Queue: Stem

People
Owner: Nobody in particular
Requestors: stennie [...] cpan.org
Cc:
AdminCc:

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



Subject: Incorrect test count in event_test.pl
Hi Uri, The test plan in event_test.pl has 24 tests .. should be 21. Otherwise causes event tests to fail: t/event/perl.............16/24 # Looks like you planned 24 tests but only ran 21. t/event/perl............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/24 subtests ... t/event/tk...............16/24 # Looks like you planned 24 tests but only ran 21. t/event/tk............... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/24 subtests ... t/event/wx...............18/24 # Looks like you planned 24 tests but only ran 21. t/event/wx............... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/24 subtests ... Cheers, Stephen
Subject: tests.patch
--- t/event/event_test.pl.orig 2006-12-01 19:56:16.000000000 +1100 +++ t/event/event_test.pl 2008-06-06 08:42:17.000000000 +1000 @@ -12,7 +12,7 @@ use strict ; #use Test::More tests => 29 ; -use Test::More tests => 24 ; +use Test::More tests => 21 ; use Symbol ;