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:
parent
9ac68128d9
commit
5f71faf971
1 changed files with 2 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue