X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Finflate%2Fhri.t;h=eaf9128228d392b7a78d584034ce98a708b4af06;hb=c97338007ede15e7c62095a642b3de382a3508bd;hp=1a497d47779fe55e1d5c645c20009387857c14da;hpb=60eb65471a0585681e161641ee0c6f6495d0a6e3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/inflate/hri.t b/t/inflate/hri.t index 1a497d4..eaf9128 100644 --- a/t/inflate/hri.t +++ b/t/inflate/hri.t @@ -130,7 +130,7 @@ for my $index (0 .. $#hashrefinf) { } # sometimes for ultra-mega-speed you want to fetch columns in esoteric ways -# check the inflator over a non-fetching join +# check the inflator over a non-fetching join $rs_dbic = $schema->resultset ('Artist')->search ({ 'me.artistid' => 1}, { prefetch => { cds => 'tracks' }, order_by => [qw/cds.cdid tracks.trackid/],