[Koha-bugs] [Bug 7248] Caching for services

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 14 08:12:21 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248

--- Comment #9 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-14 07:12:21 UTC ---
Created attachment 6772
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6772
[SIGNED-OFF] Unit test for Koha/Cache.pm (which includes
Koha/Cache/Memcahed.pm)

http://bugs.koha-community.org/show_bug.cgi?id=7248
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
perl t/Cache.t completes successfully.
1..9
ok 1 - use Koha::Cache;
ok 2 - use C4::Context;
ok 3 - fetching item NOT in cache
ok 4 - fetching expired item from cache
ok 5 - fetching valid item from cache
ok 6 - fetching cleared item from cache
ok 7 - fetching valid item from cache (after clearing another item)
ok 8 - fetching flushed item from cache
ok 9 - fetching flushed item from cache

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list