fixed --ignore-tables in SchemaIterator.pm - bug 1304062

This commit is contained in:
Frank Cizmich
2014-04-15 18:17:02 -03:00
parent 326019ef74
commit 73fb9b504c
6 changed files with 21 additions and 25 deletions

View File

@@ -580,5 +580,6 @@ test_so(
# #############################################################################
# Done.
# #############################################################################
$sb->wipe_clean($dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
done_testing;