From: Robert Buels Date: Tue, 1 Sep 2009 11:01:31 +0000 (+0000) Subject: tweak to Pg test, warnings_like -> warnings_exist X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=944ed10e7287d5ccda9386c38f272d839e9da329;p=dbsrgits%2FDBIx-Class-Historic.git tweak to Pg test, warnings_like -> warnings_exist --- diff --git a/t/72pg.t b/t/72pg.t index 23a4b8e..39d7d5a 100644 --- a/t/72pg.t +++ b/t/72pg.t @@ -186,7 +186,7 @@ cmp_ok( $schema->resultset('Artist')->count, '==', 0, 'this should start with an [qw| unq_nextval_schema 2 |], [qw| unq_nextval_schema2 1 |], ); - warnings_like { + warnings_exist { TODO: { local $TODO = 'have not figured out a 100% reliable way to tell which schema an unqualified seq is in';