X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fcustom.t;h=b9bf5fa132f93f11618374b35b18bc11b34df7bc;hb=4f29a592f18106f2b06660a1cb82911b0ebc2011;hp=058636bdce3901a9d052a506f0c14f52143eb2d8;hpb=12d4ace42dceb1e264a476d26ca7189036cbbb85;p=dbsrgits%2FDBIx-Class.git diff --git a/t/relationship/custom.t b/t/relationship/custom.t index 058636b..b9bf5fa 100644 --- a/t/relationship/custom.t +++ b/t/relationship/custom.t @@ -301,7 +301,7 @@ for (qw( artist_limited_rank artist_limited_rank_opaque )) { ); # can't use the opaque one - need set_from_related to work - $artwork->set_artist_limited_rank( @artists ); + $artwork->set_artist_limited_rank( \@artists ); { local $TODO = 'Taking into account the relationship bridge condition is not likely to ever work... unless we get DQ hooked somehow';