]> git.koha-community.org Git - koha.git/commit
Bug 16675: fix breakage of t/Languages.t
authorGalen Charlton <gmcharlt@gmail.com>
Tue, 7 Jun 2016 01:42:59 +0000 (01:42 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 16 Jun 2016 12:00:20 +0000 (14:00 +0200)
commitc4be9951a7c15a12ba4901c2632681cec8e68978
tree49354ee2d0ea9c8e71bbbb9b5f8e67e5adf28775
parent620023209f10d55db9ca3900dfa20c5532c2e411
Bug 16675: fix breakage of t/Languages.t

This patch fixes test breakage introduced by the patch for bug 16088,
which added caching of getlanguages().  Upon inspection, it looks like
the patch for 16088 does not introduce a regression on bug 10560,
so this patch adds a couple cache-clearings.

To test
-------
[1] Verify that t/Languages.t passes.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit b9b4eeb849dcb52053a98440e1d8fb02011a9005)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
t/Languages.t