Author: turnstep
Date: Tue Jun 10 16:21:07 2008
New Revision: 11402

Modified:
   DBD-Pg/trunk/t/99cleanup.t

Log:
Disconnect before the shutdown.


Modified: DBD-Pg/trunk/t/99cleanup.t
==============================================================================
--- DBD-Pg/trunk/t/99cleanup.t  (original)
+++ DBD-Pg/trunk/t/99cleanup.t  Tue Jun 10 16:21:07 2008
@@ -22,7 +22,6 @@
        cleanup_database($dbh);
 }
 
-shutdown_test_database();
-
 $dbh->disconnect() if defined $dbh and ref $dbh;
 
+shutdown_test_database();

Reply via email to