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') };