From: Peter Rabbitson Date: Sun, 6 Sep 2009 13:43:10 +0000 (+0000) Subject: No connection - no cleanup X-Git-Tag: v0.08111~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f66c9ba8c90d9ee27e4eb0ed0215d28d82dbc574;p=dbsrgits%2FDBIx-Class.git No connection - no cleanup --- diff --git a/t/72pg.t b/t/72pg.t index 68a52aa..d6cb0a9 100644 --- a/t/72pg.t +++ b/t/72pg.t @@ -271,6 +271,7 @@ done_testing; exit; END { + return unless $schema; drop_test_schema($schema); eapk_drop_all( $schema) };