oops, forgot to put the drop for the extended tests back in the pg tests
Robert Buels [Fri, 4 Sep 2009 00:20:39 +0000 (00:20 +0000)]
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)
 };