@@ -, +, @@ --- t/db_dependent/Search.t | 2 ++ 1 file changed, 2 insertions(+) --- a/t/db_dependent/Search.t +++ a/t/db_dependent/Search.t @@ -178,6 +178,8 @@ $contextmodule->mock('preference', sub { return '0'; } elsif ($pref eq 'viewISBD') { return '1'; + } elsif ($pref eq 'EasyAnalyticalRecords') { + return '0'; } 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; --