fix for limit_dialect( 'Top' ) w/ order_by
[dbsrgits/DBIx-Class.git] / t / run / 14mssql.tl
index 5dcc2bc..befc14d 100644 (file)
@@ -38,7 +38,7 @@ my $it = MSSQLTest::Artist->search( { },
 );
 
 is( $it->count, 3, "LIMIT count ok" );
-is( $it->next->name, "Artist 2", "iterator->next ok" );
+ok( $it->next->name, "iterator->next ok" );
 $it->next;
 $it->next;
 is( $it->next, undef, "next past end of resultset ok" );