Bug 9434 follow-up: fix number of tests skipped when cache is disabled
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Mar 2013 19:50:37 +0000 (15:50 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Mar 2013 19:50:37 +0000 (15:50 -0400)
t/Cache.t

index 5a54085..044206c 100644 (file)
--- a/t/Cache.t
+++ b/t/Cache.t
@@ -18,7 +18,7 @@ BEGIN {
 SKIP: {
     my $cache = Koha::Cache->new();
 
-    skip "Cache not enabled", 13
+    skip "Cache not enabled", 25
       unless ( Koha::Cache->is_cache_active() && defined $cache );
 
     # test fetching an item that isnt in the cache