X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F104view.t;h=4abe7e82a4519d7ab2dce69caf937d97408f4b3f;hb=1b658919f5ff67e9ac656daf6642a3bae8cec282;hp=a13ea00e5fa0145ee8a763cfc19312290fc13de6;hpb=e6ed824bbb02cbe1dfdc18987f468791af228e63;p=dbsrgits%2FDBIx-Class.git diff --git a/t/104view.t b/t/104view.t index a13ea00..4abe7e8 100644 --- a/t/104view.t +++ b/t/104view.t @@ -29,6 +29,7 @@ is_deeply ( { result_class => 'DBIx::Class::ResultClass::HashRefInflator', prefetch => ['artist', { tracks => [qw/cd year1999cd year2000cd/] } ], + order_by => 'tracks.trackid', }, )->all ], @@ -39,6 +40,7 @@ is_deeply ( result_class => 'DBIx::Class::ResultClass::HashRefInflator', prefetch => ['artist', { tracks => [qw/cd year1999cd year2000cd/] } ], columns => [qw/cdid single_track title/], # to match the columns retrieved by the virtview + order_by => 'tracks.trackid', }, )->all ],