Browse Source

Bug 28278: Uncomment and test access_dirs

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Jonathan Druart 3 years ago
parent
commit
e9d97e9e65
  1. 3
      t/Koha/Config.t
  2. 6
      t/data/koha-conf.xml

3
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' => [
{

6
t/data/koha-conf.xml

@ -121,12 +121,10 @@
<api_secret_passphrase>CHANGEME</api_secret_passphrase>
<!-- Accessible directory from the staff client, uncomment the following line and define a valid path to let the intranet user access it-->
<!--
<access_dirs>
<access_dir></access_dir>
<access_dir></access_dir>
<access_dir>/dir_1</access_dir>
<access_dir>/dir_2</access_dir>
</access_dirs>
-->
<!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm -->
<ttf>

Loading…
Cancel
Save