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

(-)a/t/db_dependent/Search.t (-1 / +2 lines)
Lines 178-183 $contextmodule->mock('preference', sub { Link Here
178
        return '0';
178
        return '0';
179
    } elsif ($pref eq 'viewISBD') {
179
    } elsif ($pref eq 'viewISBD') {
180
        return '1';
180
        return '1';
181
    } elsif ($pref eq 'EasyAnalyticalRecords') {
182
        return '0';
181
    } else {
183
    } else {
182
        warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
184
        warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
183
            unless $pref =~ m/(XSLT|item|branch|holding|image)/i;
185
            unless $pref =~ m/(XSLT|item|branch|holding|image)/i;
184
- 

Return to bug 22416