[Bast-commits] r8623 - DBIx-Class/0.08/branches/chaining_fixes/t/search

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Thu Feb 11 11:00:59 GMT 2010


Author: frew
Date: 2010-02-11 11:00:59 +0000 (Thu, 11 Feb 2010)
New Revision: 8623

Modified:
   DBIx-Class/0.08/branches/chaining_fixes/t/search/select_chains.t
Log:
fix another ordering issue

Modified: DBIx-Class/0.08/branches/chaining_fixes/t/search/select_chains.t
===================================================================
--- DBIx-Class/0.08/branches/chaining_fixes/t/search/select_chains.t	2010-02-11 10:58:23 UTC (rev 8622)
+++ DBIx-Class/0.08/branches/chaining_fixes/t/search/select_chains.t	2010-02-11 11:00:59 UTC (rev 8623)
@@ -32,7 +32,7 @@
 
   {
     '+columns' => [ { cnt => { count => 'cdid' } } ],
-  } => 'SELECT COUNT ( cdid ), MIN( me.cdid ) FROM cd me',
+  } => 'SELECT MIN( me.cdid ), COUNT ( cdid ) FROM cd me',
 
   {
     columns => [ 'year' ],




More information about the Bast-commits mailing list