X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F76select.t;h=d2cc72e13888cd3bfa2821ed4f9b5dc5ed053ecf;hb=37aafa2ede65e38af8fe9eda374ad4626290932f;hp=36ab5b39005644aecfddb219a46dd96468fb3f95;hpb=1dfb11d4c2fdcda4ea6ae71dd5c6cfb88fd18618;p=dbsrgits%2FDBIx-Class.git diff --git a/t/76select.t b/t/76select.t index 36ab5b3..d2cc72e 100644 --- a/t/76select.t +++ b/t/76select.t @@ -103,7 +103,7 @@ $rs = $schema->resultset('CD')->search({}, is_same_sql_bind ( $rs->as_query, - '(SELECT me.cdid, me.artist, me.title, me.year, me.genreid, me.single_track, me.cdid, me.title, artist.name FROM cd me JOIN artist artist ON artist.artistid = me.artist)', + '(SELECT me.cdid, me.artist, me.title, me.year, me.genreid, me.single_track, artist.name FROM cd me JOIN artist artist ON artist.artistid = me.artist)', [], 'Use of columns attribute results in proper sql' ); @@ -157,7 +157,6 @@ is_deeply( $sub_rs->single, { artist => 1, - track_position => 2, tracks => { title => 'Apiary', trackid => 17,