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

View File

@@ -30,7 +30,7 @@ elsif ( !$dbh2 ) {
plan skip_all => 'Cannot connect to second sandbox master';
}
else {
plan tests => 3;
plan tests => 2;
}
my $cmd = "$trunk/bin/pt-upgrade h=127.1,P=12345,u=msandbox,p=msandbox P=12348 --compare results,warnings --zero-query-times";

View File

@@ -30,7 +30,7 @@ elsif ( !$dbh2 ) {
plan skip_all => 'Cannot connect to second sandbox master';
}
else {
plan tests => 6;
plan tests => 5;
}
$sb->load_file('master', 't/pt-upgrade/samples/001/tables.sql');

View File

@@ -30,7 +30,7 @@ elsif ( !$dbh2 ) {
plan skip_all => 'Cannot connect to second sandbox master';
}
else {
plan tests => 3;
plan tests => 2;
}
$sb->load_file('master', 't/pt-upgrade/samples/001/tables.sql');

View File

@@ -30,7 +30,7 @@ elsif ( !$dbh2 ) {
plan skip_all => 'Cannot connect to second sandbox master';
}
else {
plan tests => 7;
plan tests => 6;
}
$sb->load_file('master', 't/pt-upgrade/samples/001/tables.sql');