Skip Menu |

This queue is for tickets about the HTML-Widget-SideBar CPAN distribution.

Report information
The Basics
Id: 4946
Status: resolved
Priority: 0/
Queue: HTML-Widget-SideBar

People
Owner: Nobody in particular
Requestors: shlomif [...] iglu.org.il
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.00
Fixed in: 1.00



Subject: Tests Fail Because Tests' Number is incorrect
The test script fail because the tests' number is incorrect. The attached patch fixes the problem.
--- t/3.t.orig 2004-01-15 20:07:29.280412416 +0200 +++ t/3.t 2004-01-15 20:07:35.532461960 +0200 @@ -1,5 +1,5 @@ -use Test::More tests => 9; +use Test::More tests => 7; BEGIN {use_ok('Tree::Numbered') }; BEGIN {use_ok('SideBar') };