Correct the test plan for t/pt-log-player/issue_799.t

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-03 17:25:23 -03:00
parent 30a2bdb78c
commit a156bd265f

View File

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