Fix test counts.

This commit is contained in:
Daniel Nichter
2012-06-03 15:14:30 -04:00
parent 275ae93084
commit a64bf961e8
46 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ elsif ( !$slave_2_dbh ) {
plan skip_all => 'Cannot connect to second sandbox slave';
}
else {
plan tests => 7;
plan tests => 6;
}
my @args = ('h=127.0.0.1,P=12345,u=msandbox,p=msandbox');