From: Robert Buels Date: Wed, 2 Sep 2009 18:50:42 +0000 (+0000) Subject: oops, missed something screwed up by the pull X-Git-Tag: v0.08111~14^2~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0f8220aa5ffada31f1b83dc32f6ab601d7df451;p=dbsrgits%2FDBIx-Class.git oops, missed something screwed up by the pull --- diff --git a/t/72pg.t b/t/72pg.t index f839937..412cf32 100644 --- a/t/72pg.t +++ b/t/72pg.t @@ -60,9 +60,6 @@ create_test_schema($schema); ### auto-pk / last_insert_id / sequence discovery { - local $SIG{__WARN__} = sub {}; - _cleanup ($schema); - $schema->source("Artist")->name("testschema.artist"); # This is in Core now, but it's here just to test that it doesn't break