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 ;