copied wrong plan number
Yuval Kogman [Fri, 1 Aug 2008 02:06:18 +0000 (02:06 +0000)]
t/02noautodeploy.t

index 80c0965..7795258 100644 (file)
@@ -10,7 +10,7 @@ BEGIN {
     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);