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

(-)a/t/db_dependent/Search.t (-2 / +1 lines)
Lines 946-952 subtest 'FindDuplicate' => sub { Link Here
946
        t::lib::Mocks::mock_preference('searchEngine', $engine );
946
        t::lib::Mocks::mock_preference('searchEngine', $engine );
947
947
948
        warning_is { C4::Search::FindDuplicate($record_1);}
948
        warning_is { C4::Search::FindDuplicate($record_1);}
949
            q/ti,ext:"The night circus \/" and au,ext:"Morgenstern, Erin"/,"Term correctly formed and passed to $engine";
949
            q/ti,ext:"The night circus \/" AND au,ext:"Morgenstern, Erin"/,"Term correctly formed and passed to $engine";
950
950
951
        warning_is { C4::Search::FindDuplicate($record_2);}
951
        warning_is { C4::Search::FindDuplicate($record_2);}
952
            q/ti,ext:"The book of nothing \/"/,"Term correctly formed and passed to $engine";
952
            q/ti,ext:"The book of nothing \/"/,"Term correctly formed and passed to $engine";
953
- 

Return to bug 30153