From: Robert Buels Date: Fri, 4 Sep 2009 00:20:39 +0000 (+0000) Subject: oops, forgot to put the drop for the extended tests back in the pg tests X-Git-Tag: v0.08111~14^2~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a6dd46a601cae1ffd0b062e88f8caa8725949b6;p=dbsrgits%2FDBIx-Class.git oops, forgot to put the drop for the extended tests back in the pg tests --- diff --git a/t/72pg.t b/t/72pg.t index 8b915fe..39efa16 100644 --- 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) };