X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fgrouped.t;h=0eed0a7d8f3d5c2533098df91db6efa7b2246304;hb=eb58c082cf9c35760d8fc199483d38c1d926b2e4;hp=e9673072e7766b54d777f7656535570941ce7ddc;hpb=23b2c49b17262ecf84307c9ffba88ed38ecc90cb;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/grouped.t b/t/prefetch/grouped.t index e967307..0eed0a7 100644 --- a/t/prefetch/grouped.t +++ b/t/prefetch/grouped.t @@ -399,7 +399,7 @@ for ($cd_rs->all) { ); } -# make sure distinct applies to the CD part only, not to the order_by part +# make sure distinct applies to the CD part only, not to the prefetched/collapsed order_by part { my $rs = $schema->resultset('CD')->search({}, { columns => [qw( cdid title )],