http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248
--- Comment #9 from Katrin Fischer <[email protected]> 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 <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
