Back out constructor/prefetch rewrite introduced mainly by 43245ada4a
[dbsrgits/DBIx-Class.git] / t / prefetch / standard.t
index 493b538..56781be 100644 (file)
@@ -253,11 +253,6 @@ sub make_hash_struc {
     my $rs = shift;
 
     my $struc = {};
-    # all of these ought to work, but do not for some reason
-    # a noop cloning search() pollution?
-    #foreach my $art ( $rs->search({}, { order_by => 'me.artistid' })->all ) {
-    #foreach my $art ( $rs->search({}, {})->all ) {
-    #foreach my $art ( $rs->search()->all ) {
     foreach my $art ( $rs->all ) {
         foreach my $cd ( $art->cds ) {
             foreach my $track ( $cd->tracks ) {