[Bast-commits] r4704 - DBIx-Class-Journal/1.000/trunk/t

nothingmuch at dev.catalyst.perl.org nothingmuch at dev.catalyst.perl.org
Fri Aug 1 03:06:18 BST 2008


Author: nothingmuch
Date: 2008-08-01 03:06:18 +0100 (Fri, 01 Aug 2008)
New Revision: 4704

Modified:
   DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t
Log:
copied wrong plan number

Modified: DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t
===================================================================
--- DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t	2008-08-01 00:37:35 UTC (rev 4703)
+++ DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t	2008-08-01 02:06:18 UTC (rev 4704)
@@ -10,7 +10,7 @@
     eval "use DBD::SQLite; use SQL::Translator";
     plan $@
         ? ( skip_all => 'needs DBD::SQLite and SQL::Translator for testing' )
-        : ( tests => 21 );
+        : ( tests => 8 );
 }
 
 my $schema = DBICTest->init_schema(no_populate => 1, no_deploy => 1);




More information about the Bast-commits mailing list