From 648b0faeb0aa224dd576bc8c62a3c62db8c5b4b8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 7 May 2021 11:31:21 +0200 Subject: [PATCH] Bug 28278: Uncomment and test access_dirs --- t/Koha/Config.t | 3 +++ t/data/koha-conf.xml | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/t/Koha/Config.t b/t/Koha/Config.t index ceaab6edd79..5493b098cab 100755 --- a/t/Koha/Config.t +++ b/t/Koha/Config.t @@ -128,6 +128,9 @@ subtest 'read_from_file() tests' => sub { 'memcached_namespace' => 'KOHA', 'template_cache_dir' => '/tmp/koha', 'api_secret_passphrase' => 'CHANGEME', + 'access_dirs' => { + access_dir => [ '/dir_1', '/dir_2' ], + }, 'ttf' => { 'font' => [ { diff --git a/t/data/koha-conf.xml b/t/data/koha-conf.xml index facbea97b3b..28cc2689e5b 100644 --- a/t/data/koha-conf.xml +++ b/t/data/koha-conf.xml @@ -121,12 +121,10 @@ CHANGEME - -- 2.20.1