Merge 'trunk' into 'count_distinct'
[dbsrgits/DBIx-Class.git] / t / resultset / as_query.t
index 6865655..f849f7a 100644 (file)
@@ -75,5 +75,3 @@ TODO: {
     my $subsel_rs = $schema->resultset("CD")->search( { cdid => { IN => $rs->get_column('cdid')->as_query } } );
     cmp_ok($subsel_rs->count, '==', $rs->count, 'Subselect on PK got the same row count');
 }
-
-__END__