From: Arthur Axel "fREW" Schmidt Date: Wed, 20 May 2009 16:03:55 +0000 (+0000) Subject: fix test for people with spaces in path X-Git-Tag: v0.08103~49 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c656b2be0267e454be5076c518213985e50c422;p=dbsrgits%2FDBIx-Class.git fix test for people with spaces in path --- diff --git a/t/cdbi/04-lazy.t b/t/cdbi/04-lazy.t index bb1f288..4c6e178 100644 --- a/t/cdbi/04-lazy.t +++ b/t/cdbi/04-lazy.t @@ -82,9 +82,9 @@ eval { # Multiple false columns 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 {