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

(-)a/t/db_dependent/Linker_FirstMatch.t (-1 / +6 lines)
Lines 39-44 SKIP: { Link Here
39
    my $heading;
39
    my $heading;
40
    ok(defined ($heading = C4::Heading->new_from_bib_field($bibfield, '')), "Creating heading from bib field");
40
    ok(defined ($heading = C4::Heading->new_from_bib_field($bibfield, '')), "Creating heading from bib field");
41
41
42
    # If Zebra is not running, or authorities have not been indexed, test 3
43
    # will fail. Skip it if we are unable to retrieve a list of headings from
44
    # Zebra.
45
    my @authids = $heading->authorities(1);
46
    skip "Unable to search Zebra", 1 unless $#authids > 0;
47
42
    my $authmatch;
48
    my $authmatch;
43
    my $fuzzy;
49
    my $fuzzy;
44
    ($authmatch, $fuzzy) = $linker->get_link($heading);
50
    ($authmatch, $fuzzy) = $linker->get_link($heading);
45
- 

Return to bug 7724