All Test::More::diag() in Sandbox.pm instead of just diag().

This commit is contained in:
Daniel Nichter
2012-06-05 19:56:46 -07:00
parent 0e4b01bad7
commit 48677eb4d1

View File

@@ -202,8 +202,8 @@ sub wipe_clean {
# ERROR: Databases are left on slave1: foo
# Or maybe not if by chance the DROP statement replicates
# between now and then.
diag("WARNING: Timeout in Sandbox::wipe_clean() waiting for "
. "databases to drop");
Test::More::diag("WARNING: Timeout in Sandbox::wipe_clean() "
. "waiting for databases to drop");
}
return;