The syspref SearchLimitLibrary was requested but I don't know what to
say; this indicates that the test requires updating at
t/db_dependent/Search.t line 198.
The syspref FacetOrder was requested but I don't know what to say; this
indicates that the test requires updating at t/db_dependent/Search.t
line 198.
The syspref OPACResultsUnavailableGroupingBy was requested but I don't
know what to say; this indicates that the test requires updating at
t/db_dependent/Search.t line 198.
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
return '0';
} elsif ($pref eq 'Reference_NFL_Statuses') {
return '0';
+ } elsif ($pref eq 'FacetOrder') {
+ return 'Alphabetical';
+ } elsif ($pref eq 'OPACResultsUnavailableGroupingBy') {
+ return 'branch';
+ } elsif ($pref eq 'SearchLimitLibrary') {
+ return 'both';
} else {
warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
unless $pref =~ m/(XSLT|item|branch|holding|image)/i;