@@ -, +, @@ --- t/db_dependent/Search.t | 4 ++++ 1 file changed, 4 insertions(+) --- a/t/db_dependent/Search.t +++ a/t/db_dependent/Search.t @@ -136,6 +136,10 @@ $contextmodule->mock('preference', sub { return 'holding'; } elsif ($pref eq 'UNIMARCAuthorsFacetsSeparator') { return '--'; + } elsif ($pref eq 'casAuthentication' or $pref eq 'casLogout' or $pref eq 'casServerUrl' ) { + return ''; + } elsif ($pref eq 'template') { + return ''; } 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; --