From: Justin Guenther Date: Tue, 14 Mar 2006 23:39:45 +0000 (+0000) Subject: fixed test plan X-Git-Tag: v0.06000~60^2~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7329946b4343b31ffc1e799e09f3f3b7cdee39c;p=dbsrgits%2FDBIx-Class.git fixed test plan --- diff --git a/t/run/23cache.tl b/t/run/23cache.tl index 4afd2b2..749ce81 100644 --- a/t/run/23cache.tl +++ b/t/run/23cache.tl @@ -3,7 +3,7 @@ my $schema = shift; eval "use DBD::SQLite"; plan skip_all => 'needs DBD::SQLite for testing' if $@; -plan tests => 16; +plan tests => 17; my $rs = $schema->resultset("Artist")->search( { artistid => 1 }