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

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

Return to bug 33719