From: Yuval Kogman Date: Fri, 1 Aug 2008 02:06:18 +0000 (+0000) Subject: copied wrong plan number X-Git-Tag: v0.900201~63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=780061454ca9648ad32d134f811ba8b5e729aaf7;p=dbsrgits%2FDBIx-Class-Journal.git copied wrong plan number --- diff --git a/t/02noautodeploy.t b/t/02noautodeploy.t index 80c0965..7795258 100644 --- a/t/02noautodeploy.t +++ b/t/02noautodeploy.t @@ -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);