[Bast-commits] r6304 - DBIx-Class/0.08/trunk/t

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Mon May 18 20:12:40 GMT 2009


Author: ribasushi
Date: 2009-05-18 20:12:35 +0000 (Mon, 18 May 2009)
New Revision: 6304

Modified:
   DBIx-Class/0.08/trunk/t/42toplimit.t
Log:
Failing tests go to branches

Modified: DBIx-Class/0.08/trunk/t/42toplimit.t
===================================================================
--- DBIx-Class/0.08/trunk/t/42toplimit.t	2009-05-18 19:43:48 UTC (rev 6303)
+++ DBIx-Class/0.08/trunk/t/42toplimit.t	2009-05-18 20:12:35 UTC (rev 6304)
@@ -43,10 +43,3 @@
       ],
       expected_sql_order => ['foo ASC, bar DESC, baz ASC, frew ASC', 'foo DESC, bar ASC, baz DESC, frew DESC']
   });
-
-  is_same_sql(
-     $sa->select( 'foo', [qw{ bar baz}], undef, {
-           group_by => 'bar',
-           order_by => 'bar',
-    }, 1, 3),
-    "SELECT * FROM ( SELECT TOP 1 * FROM ( SELECT TOP 4 bar,baz FROM foo ORDER BY bar ASC GROUP BY bar ) AS foo ORDER BY bar DESC ) AS bar ORDER BY bar ASC");




More information about the Bast-commits mailing list