[Bast-commits] r6683 - DBIx-Class/0.08/branches/mssql_top_fixes/t

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Mon Jun 15 14:49:01 GMT 2009


Author: frew
Date: 2009-06-15 14:49:00 +0000 (Mon, 15 Jun 2009)
New Revision: 6683

Modified:
   DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t
Log:
failing test

Modified: DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t
===================================================================
--- DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t	2009-06-15 14:30:21 UTC (rev 6682)
+++ DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t	2009-06-15 14:49:00 UTC (rev 6683)
@@ -142,9 +142,9 @@
     }, {
       prefetch => 'books',
       distinct => 1,
-      #order_by => 'name',
-      #page     => 2,
-      #rows     => 5,
+      order_by => 'name',
+      page     => 2,
+      rows     => 5,
     });
 
   my $owners2 = $schema->resultset ('Owners')->search ({ id => { -in => $owners->get_column ('me.id')->as_query }});
@@ -159,7 +159,7 @@
     }, {
       prefetch => 'owner',
       distinct => 1,
-      #order_by => 'name',
+      order_by => 'name',
       #page     => 2,
       #rows     => 5,
     });




More information about the Bast-commits mailing list