Test plan fixes

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-03 18:32:22 -03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}
else {
plan tests => 4;
plan tests => 3;
}
# #############################################################################

View File

@@ -23,7 +23,7 @@ if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}
else {
plan tests => 21;
plan tests => 20;
}
my $output;