From: Arthur Axel "fREW" Schmidt Date: Thu, 11 Feb 2010 10:58:23 +0000 (+0000) Subject: this is why you run tests before you commit them. X-Git-Tag: v0.08119~20^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18850595a07c4ca8528a896be798cfff512723e5;hp=b773093f20159bd67b86e3133eda3cff7d34216f;p=dbsrgits%2FDBIx-Class.git this is why you run tests before you commit them. --- diff --git a/t/76select.t b/t/76select.t index 3b42f5b..8f45fd0 100644 --- a/t/76select.t +++ b/t/76select.t @@ -145,7 +145,7 @@ is_deeply ( 'limited prefetch via column works on a multi-relationship', ); -$sub_rs = $rs->search ({}, +my $sub_rs = $rs->search ({}, { columns => [qw/artist tracks.trackid/], # columns should not be merged but override $rs columns '+select' => ['tracks.title'],