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

(-)a/t/db_dependent/Search.t (-1 / +2 lines)
Lines 154-159 $contextmodule->mock('preference', sub { Link Here
154
        return 'branch';
154
        return 'branch';
155
    } elsif ($pref eq 'SearchLimitLibrary') {
155
    } elsif ($pref eq 'SearchLimitLibrary') {
156
        return 'both';
156
        return 'both';
157
    } elsif ($pref eq 'UseRecalls') {
158
        return '0';
157
    } else {
159
    } else {
158
        warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
160
        warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
159
            unless $pref =~ m/(XSLT|item|branch|holding|image)/i;
161
            unless $pref =~ m/(XSLT|item|branch|holding|image)/i;
160
- 

Return to bug 30531