Fix the test plan for t/pt-table-checksum/replication_filters.t

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-06 16:40:16 -03:00
parent 14b615ebd9
commit 92f1ee976d

View File

@@ -41,7 +41,7 @@ elsif ( !$slave2_dbh ) {
plan skip_all => 'Cannot connect to sandbox slave2';
}
else {
plan tests => 11;
plan tests => 12;
}
# The sandbox servers run with lock_wait_timeout=3 and it's not dynamic