oops, forgot to put the drop for the extended tests back in the pg tests
[dbsrgits/DBIx-Class.git] / t / 72pg.t
index 8b915fe..39efa16 100644 (file)
--- a/t/72pg.t
+++ b/t/72pg.t
@@ -291,7 +291,7 @@ exit;
 
 END {
     drop_test_schema($schema);
-    #eapk_drop_all( $schema)
+    eapk_drop_all( $schema)
 };