[Bast-commits] r6353 - DBIx-Class/0.08/trunk/t/cdbi

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Wed May 20 16:03:57 GMT 2009


Author: frew
Date: 2009-05-20 16:03:55 +0000 (Wed, 20 May 2009)
New Revision: 6353

Modified:
   DBIx-Class/0.08/trunk/t/cdbi/04-lazy.t
Log:
fix test for people with spaces in path

Modified: DBIx-Class/0.08/trunk/t/cdbi/04-lazy.t
===================================================================
--- DBIx-Class/0.08/trunk/t/cdbi/04-lazy.t	2009-05-20 15:06:50 UTC (rev 6352)
+++ DBIx-Class/0.08/trunk/t/cdbi/04-lazy.t	2009-05-20 16:03:55 UTC (rev 6353)
@@ -82,9 +82,9 @@
 ok($@, $@);
 
 
-warning_is {
+warning_like {
     Lazy->columns( TEMP => qw(that) );
-} "Declaring column that as TEMP but it already exists";
+} qr/Declaring column that as TEMP but it already exists/;
 
 # Test that create() and update() throws out columns that changed
 {




More information about the Bast-commits mailing list