[Bast-commits] r6861 - DBIx-Class/0.08/branches/prefetch/t/prefetch
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Mon Jun 29 22:37:12 GMT 2009
Author: ribasushi
Date: 2009-06-29 22:37:12 +0000 (Mon, 29 Jun 2009)
New Revision: 6861
Modified:
DBIx-Class/0.08/branches/prefetch/t/prefetch/diamond.t
DBIx-Class/0.08/branches/prefetch/t/prefetch/standard.t
DBIx-Class/0.08/branches/prefetch/t/prefetch/with_limit.t
Log:
formatting
Modified: DBIx-Class/0.08/branches/prefetch/t/prefetch/diamond.t
===================================================================
--- DBIx-Class/0.08/branches/prefetch/t/prefetch/diamond.t 2009-06-29 22:25:27 UTC (rev 6860)
+++ DBIx-Class/0.08/branches/prefetch/t/prefetch/diamond.t 2009-06-29 22:37:12 UTC (rev 6861)
@@ -104,4 +104,4 @@
is($artwork->cd->artist->artistid, 1, $name . ', correct artist_id over cd');
is($artwork->artwork_to_artist->first->artist->artistid, 2, $name . ', correct artist_id over A2A');
}
-}
\ No newline at end of file
+}
Modified: DBIx-Class/0.08/branches/prefetch/t/prefetch/standard.t
===================================================================
--- DBIx-Class/0.08/branches/prefetch/t/prefetch/standard.t 2009-06-29 22:25:27 UTC (rev 6860)
+++ DBIx-Class/0.08/branches/prefetch/t/prefetch/standard.t 2009-06-29 22:37:12 UTC (rev 6861)
@@ -313,4 +313,3 @@
);
is($queries, 0, 'chained search_related after has_many->has_many prefetch ran no queries');
-
Modified: DBIx-Class/0.08/branches/prefetch/t/prefetch/with_limit.t
===================================================================
--- DBIx-Class/0.08/branches/prefetch/t/prefetch/with_limit.t 2009-06-29 22:25:27 UTC (rev 6860)
+++ DBIx-Class/0.08/branches/prefetch/t/prefetch/with_limit.t 2009-06-29 22:37:12 UTC (rev 6861)
@@ -89,4 +89,3 @@
# try with double limit
my $artist2 = $use_prefetch->search({'cds.title' => { '!=' => $artist_many_cds->cds->first->title } })->slice (0,0)->next;
is($artist2->cds->count, 2, "count on search limiting prefetched has_many");
-
More information about the Bast-commits
mailing list