X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100populate.t;h=f2a39367a6de11115da829aefb9bb00c5cd67fbd;hb=eed5492f;hp=b6ea7d9470857f293e760321497809b5acd881d5;hpb=5e0e5426b36b5df5f9d1394068cd9f7f1c81087a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/100populate.t b/t/100populate.t index b6ea7d9..f2a3936 100644 --- a/t/100populate.t +++ b/t/100populate.t @@ -312,6 +312,8 @@ lives_ok { # test all kinds of population with stringified objects warnings_like { + local $ENV{DBIC_RT79576_NOWARN}; + my $rs = $schema->resultset('Artist')->search({}, { columns => [qw(name rank)], order_by => 'artistid' }); # the stringification has nothing to do with the artist name