Make ChangeHandler.t clean up its dbs.

This commit is contained in:
Daniel Nichter
2012-06-05 19:00:25 -07:00
parent 2d7cc5e8a4
commit e960fcb8bc

View File

@@ -470,6 +470,6 @@ is_deeply(
# ############################################################################# # #############################################################################
# Done. # Done.
# ############################################################################# # #############################################################################
$sb->wipe_clean($dbh) if $dbh; $sb->wipe_clean($dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox"); ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
exit; exit;