[Bast-commits] r6832 - DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Sun Jun 28 20:38:43 GMT 2009


Author: ribasushi
Date: 2009-06-28 20:38:43 +0000 (Sun, 28 Jun 2009)
New Revision: 6832

Modified:
   DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/grouped.t
Log:
Rogue comments

Modified: DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/grouped.t
===================================================================
--- DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/grouped.t	2009-06-28 14:31:22 UTC (rev 6831)
+++ DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/grouped.t	2009-06-28 20:38:43 UTC (rev 6832)
@@ -82,7 +82,6 @@
     'count() query generated expected SQL',
   );
 
-  # the double-count is deliberate
   is_same_sql_bind (
     $track_rs->as_query,
     '(
@@ -125,8 +124,6 @@
 }
 
 # test a has_many/might_have prefetch at the same level
-# double-count for now, until we figure out how to do this cleanly
-# with a function
 # Note that one of the CDs now has 4 tracks instead of 3
 {
   my $most_tracks_rs = $cd_rs->search ({}, {




More information about the Bast-commits mailing list