X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F746mssql.t;h=1341cd4839f67eafbb258138ab577a8a39d98d9b;hb=ff1ef65b64e05694cb5d0b211c2ed91611e80556;hp=32464a6f1dce60d2af4617d3641236ee0f782f6b;hpb=88e12210acdb453298f90cab7296e538c44bb593;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/746mssql.t b/t/746mssql.t index 32464a6..1341cd4 100644 --- a/t/746mssql.t +++ b/t/746mssql.t @@ -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, });