Merge branch 'bug_9434' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2013-03-20 15:54:23 -04:00
commit c8eb5eab63

View file

@ -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