From: Matt S Trout Date: Fri, 20 Apr 2012 11:30:11 +0000 (+0000) Subject: ASC purge: t/row/find_one_has_many.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cad106f973f9d46ab173d19bbf154b5224576af5;p=dbsrgits%2FDBIx-Class-Historic.git ASC purge: t/row/find_one_has_many.t --- diff --git a/t/row/find_one_has_many.t b/t/row/find_one_has_many.t index 5e1e953..02591d1 100644 --- a/t/row/find_one_has_many.t +++ b/t/row/find_one_has_many.t @@ -26,7 +26,7 @@ s/^'//, s/'\z// for @bind; # why does DBIC::DebugObj not do this? is_same_sql_bind ( $sql, \@bind, - 'SELECT me.cdid, me.artist, me.title, me.year, me.genreid, me.single_track FROM cd me WHERE ( ( me.artist = ? AND me.title = ? ) ) ORDER BY year ASC', + 'SELECT me.cdid, me.artist, me.title, me.year, me.genreid, me.single_track FROM cd me WHERE ( ( me.artist = ? AND me.title = ? ) ) ORDER BY year', [21, 'Compilation from 1975'], 'find_related only uses foreign key condition once', );