X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsearch%2Fselect_chains_unbalanced.t;h=b803c0fb8238a950f6becd9414a67b6330c8c9ee;hb=833733fef294162648651be27591251ab9d0648c;hp=99dcc0030158da34cc10ff06dd493ee45f71800c;hpb=f7f53a894c479aa594b9082ee461568fab8a81f3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/search/select_chains_unbalanced.t b/t/search/select_chains_unbalanced.t index 99dcc00..b803c0f 100644 --- a/t/search/select_chains_unbalanced.t +++ b/t/search/select_chains_unbalanced.t @@ -42,7 +42,7 @@ my @chain = ( me.cdid, DISTINCT(foo, bar), me.genreid, - (SELECT me.name, me.rank FROM artist me WHERE ( artistid 1 )), + (SELECT me.name, me.rank FROM artist me WHERE ( artistid 1 )) FROM cd me' => [qw/title cd_id foo bar genreid name rank/], @@ -56,7 +56,7 @@ my @chain = ( DISTINCT(foo, bar), me.genreid, (SELECT me.name, me.rank FROM artist me WHERE ( artistid 1 )), - COUNT( me.cdid ) AS cnt, + COUNT( me.cdid ) AS cnt FROM cd me' => [qw/title len cd_id foo bar genreid name rank cnt/], {