fixed test plan
Justin Guenther [Tue, 14 Mar 2006 23:39:45 +0000 (23:39 +0000)]
t/run/23cache.tl

index 4afd2b2..749ce81 100644 (file)
@@ -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 }