failing test
Arthur Axel "fREW" Schmidt [Mon, 15 Jun 2009 14:49:00 +0000 (14:49 +0000)]
t/746mssql.t

index 32464a6..1341cd4 100644 (file)
@@ -142,9 +142,9 @@ $schema->populate ('BooksInLibrary', [
     }, {
       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 @@ $schema->populate ('BooksInLibrary', [
     }, {
       prefetch => 'owner',
       distinct => 1,
-      #order_by => 'name',
+      order_by => 'name',
       #page     => 2,
       #rows     => 5,
     });