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

@@ -107,5 +107,5 @@ waitpid ($pid, 0);
# Done.
# #############################################################################
$sb->wipe_clean($master_dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
is($sb->verify_test_data_integrity(), '', "Sandbox dataset undefiled");
exit;