Make wipe_clean() wait until 12347 is clean. Fix ChangeHandler.t, CompareResults.t, and Quoter.t so they leave the dbs clean.

This commit is contained in:
Daniel Nichter
2012-06-05 19:55:03 -07:00
parent 4c57313785
commit 0e4b01bad7
4 changed files with 38 additions and 14 deletions

View File

@@ -211,7 +211,7 @@ SKIP: {
$selsth->finish();
$dbh->do("DROP DATABASE serialize_test");
$sb->wipe_clean($dbh);
$dbh->disconnect();
};