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

(-)a/t/db_dependent/Koha/SearchEngine/Indexer.t (-2 / +1 lines)
Lines 97-103 subtest 'Test indexer calls' => sub { Link Here
97
        } [$engine,"C4::AuthoritiesMarc"], "index_records is called for $engine is called when adding authority";
97
        } [$engine,"C4::AuthoritiesMarc"], "index_records is called for $engine is called when adding authority";
98
98
99
        warnings_are{
99
        warnings_are{
100
            $authid = DelAuthority({ authid => $authid });
100
            $authid = DelAuthority({ authid => $authid, skip_merge => 1 });
101
        } [$engine,"C4::AuthoritiesMarc"], "index_records is called for $engine is called when adding authority";
101
        } [$engine,"C4::AuthoritiesMarc"], "index_records is called for $engine is called when adding authority";
102
102
103
        my $biblio;
103
        my $biblio;
104
- 

Return to bug 26581