Subject: | Too Many Planned Tests in 14_db_parser.t |
The 14_db_parser.t test file plans 29 tests but executes only 27.
I'm using perl-5.8.5-3.3.101mdk on Mandrake Linux 10.1
--- t/14_db_parser.t.orig 2005-02-15 21:21:16.065810496 +0200
+++ t/14_db_parser.t 2005-02-15 21:16:14.077719664 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use Test::More tests => 29;
+use Test::More tests => 27;
BEGIN {
use_ok('DBD::Mock');