@@ -, +, @@ --- t/db_dependent/Search.t | 6 ++++++ 1 file changed, 6 insertions(+) --- a/t/db_dependent/Search.t +++ a/t/db_dependent/Search.t @@ -159,6 +159,12 @@ $contextmodule->mock('preference', sub { return '0'; } elsif ( $pref eq 'ContentWarningField' ) { return q{}; + } elsif ( $pref eq 'AuthorLinkSortBy' ) { + return q{}; + } elsif ( $pref eq 'AuthorLinkSortOrder' ) { + return q{}; + } elsif ( $pref eq 'COinSinOPACResults' ) { + return q{}; } 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; --