X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F752sqlite.t;h=1a511f25d404593d4ea6da958f08d86c4bcbc966;hb=445bc0cd67d1176df63280ecbb415cd768a7c6df;hp=1895a9f69bfac1646ee2157d1674ecf9591ec79e;hpb=b928a9d581500f03057ead793395bba573709797;p=dbsrgits%2FDBIx-Class.git diff --git a/t/752sqlite.t b/t/752sqlite.t index 1895a9f..1a511f2 100644 --- a/t/752sqlite.t +++ b/t/752sqlite.t @@ -121,7 +121,7 @@ my $schema = DBICTest->init_schema(); # make sure the side-effects of RT#67581 do not result in data loss my $row; warnings_exist { $row = $schema->resultset('Artist')->create ({ name => 'alpha rank', rank => 'abc' }) } - [qr/Non-numeric value supplied for column 'rank' despite the numeric datatype/], + [qr/Non-integer value supplied for column 'rank' despite the integer datatype/], 'proper warning on string insertion into an numeric column' ; $row->discard_changes;