diff options
author | Greg Sabino Mullane | 2012-01-17 19:21:20 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2012-01-17 19:21:20 +0000 |
commit | cad00ed5f1475c9f8b225617ba76549280341cac (patch) | |
tree | 95b5a45b3621ce2a3b41fe9ae2f3f3f3e68131dd | |
parent | 607e18e14356693258fd5e92a76b318fd7dbf9c8 (diff) |
Clear temp schema
-rw-r--r-- | t/02_logfile.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/02_logfile.t b/t/02_logfile.t index 743a36398..15de979d8 100644 --- a/t/02_logfile.t +++ b/t/02_logfile.t @@ -17,6 +17,9 @@ my $cp = CP_Testing->new( {default_action => 'logfile'} ); $dbh = $cp->test_database_handle(); +## Remove any old fake schema +$cp->drop_schema_if_exists(); + $host = $cp->get_host(); $dbname = $cp->get_dbname(); |