X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F04-lazy.t;fp=t%2Fcdbi%2F04-lazy.t;h=4c6e178bca98a4b817f7a635aa2da7d5b22d4d25;hb=2c656b2be0267e454be5076c518213985e50c422;hp=bb1f288b056fc076a821304b15e7ca09eb21c9ac;hpb=040fc6ba26feca822ac840ad91fdcf6b8717fbbf;p=dbsrgits%2FDBIx-Class.git 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 {