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

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Tue Jun 30 15:39:58 GMT 2009


Author: ribasushi
Date: 2009-06-30 15:39:58 +0000 (Tue, 30 Jun 2009)
New Revision: 6885

Modified:
   DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/standard.t
Log:
Whoops

Modified: DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/standard.t
===================================================================
--- DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/standard.t	2009-06-30 15:39:11 UTC (rev 6884)
+++ DBIx-Class/0.08/branches/grouped_prefetch/t/prefetch/standard.t	2009-06-30 15:39:58 UTC (rev 6885)
@@ -11,7 +11,7 @@
 my $schema = DBICTest->init_schema();
 my $orig_debug = $schema->storage->debug;
 
-plan tests => 45;
+plan tests => 44;
 
 my $queries = 0;
 $schema->storage->debugcb(sub { $queries++; });




More information about the Bast-commits mailing list