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

(-)a/t/db_dependent/Search.t (-1 / +2 lines)
Lines 170-175 $contextmodule->mock( Link Here
170
            return q{};
170
            return q{};
171
        } elsif ( $pref eq 'COinSinOPACResults' ) {
171
        } elsif ( $pref eq 'COinSinOPACResults' ) {
172
            return q{};
172
            return q{};
173
        } elsif ( $pref eq 'FacetSortingLocale' ) {
174
            return 'default';
173
        } else {
175
        } else {
174
            warn
176
            warn
175
                "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
177
                "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating"
176
- 

Return to bug 36947