magic to check that tests didn't muck with test dataset

This commit is contained in:
Baron Schwartz
2012-06-05 03:24:59 -04:00
parent 6ede613752
commit 5c23b95072
6 changed files with 126 additions and 31 deletions

View File

@@ -461,5 +461,5 @@ is(
# Done.
# #############################################################################
$sb->wipe_clean($master_dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
is($sb->ok(), '', "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
exit;