Bug 14097: Fixed missing test cases

Fixed AllowPkiAuth issue caused by 15101.
Added missing AudioAlerts

TEST PLAN
---------
1) prove -v t/db_dependent/UsageStats.t
   -- should pass after applying patch
2) Run koha qa test tools

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Mark Tompsett 2016-01-04 01:16:59 -05:00 committed by Brendan Gallagher
parent 9ac68128d9
commit 5f71faf971

View file

@ -335,7 +335,7 @@ sub mocking_systempreferences_to_a_set_value {
OrderPdfFormat
casAuthentication
casLogout
AllowPkiAuth
AllowPKIAuth
DebugLevel
delimiter
noItemTypeImages
@ -576,6 +576,7 @@ sub mocking_systempreferences_to_a_set_value {
ILS-DI
OAI-PMH
version
AudioAlerts
/
) {
t::lib::Mocks::mock_preference( $_, $set_value );