View | Details | Raw Unified | Return to bug 28278
Collapse All | Expand All

(-)a/t/Koha/Config.t (+3 lines)
Lines 128-133 subtest 'read_from_file() tests' => sub { Link Here
128
            'memcached_namespace' => 'KOHA',
128
            'memcached_namespace' => 'KOHA',
129
            'template_cache_dir' => '/tmp/koha',
129
            'template_cache_dir' => '/tmp/koha',
130
            'api_secret_passphrase' => 'CHANGEME',
130
            'api_secret_passphrase' => 'CHANGEME',
131
            'access_dirs' => {
132
                access_dir => [ '/dir_1', '/dir_2' ],
133
            },
131
            'ttf' => {
134
            'ttf' => {
132
                'font' => [
135
                'font' => [
133
                    {
136
                    {
(-)a/t/data/koha-conf.xml (-5 / +2 lines)
Lines 121-132 Link Here
121
 <api_secret_passphrase>CHANGEME</api_secret_passphrase>
121
 <api_secret_passphrase>CHANGEME</api_secret_passphrase>
122
122
123
 <!-- Accessible directory from the staff client, uncomment the following line and define a valid path to let the intranet user access it-->
123
 <!-- Accessible directory from the staff client, uncomment the following line and define a valid path to let the intranet user access it-->
124
 <!--
125
 <access_dirs>
124
 <access_dirs>
126
     <access_dir></access_dir>
125
     <access_dir>/dir_1</access_dir>
127
     <access_dir></access_dir>
126
     <access_dir>/dir_2</access_dir>
128
 </access_dirs>
127
 </access_dirs>
129
 -->
130
128
131
 <!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm -->
129
 <!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm -->
132
 <ttf>
130
 <ttf>
133
- 

Return to bug 28278