[Bast-commits] r7459 - DBIx-Class/0.08/branches/pg_unqualified_schema/t

rbuels at dev.catalyst.perl.org rbuels at dev.catalyst.perl.org
Tue Sep 1 11:01:33 GMT 2009


Author: rbuels
Date: 2009-09-01 11:01:31 +0000 (Tue, 01 Sep 2009)
New Revision: 7459

Modified:
   DBIx-Class/0.08/branches/pg_unqualified_schema/t/72pg.t
Log:
tweak to Pg test, warnings_like -> warnings_exist

Modified: DBIx-Class/0.08/branches/pg_unqualified_schema/t/72pg.t
===================================================================
--- DBIx-Class/0.08/branches/pg_unqualified_schema/t/72pg.t	2009-09-01 10:54:34 UTC (rev 7458)
+++ DBIx-Class/0.08/branches/pg_unqualified_schema/t/72pg.t	2009-09-01 11:01:31 UTC (rev 7459)
@@ -186,7 +186,7 @@
                       [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';
 




More information about the Bast-commits mailing list