From a20f7378936956033e34c42cb8d24a186faf6243 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 20 Mar 2013 15:50:37 -0400 Subject: [PATCH] Bug 9434 follow-up: fix number of tests skipped when cache is disabled --- t/Cache.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Cache.t b/t/Cache.t index 5a54085797..044206c266 100644 --- 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 -- 2.39.5