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

(-)a/t/db_dependent/Linker_Default.t (-3 lines)
Lines 59-66 subtest 'Test caching in get_link and update_cache' => sub { Link Here
59
59
60
60
61
    # Now test to see if C4::Linker can find it.
61
    # Now test to see if C4::Linker can find it.
62
    my $authmatch;
63
    my $fuzzy;
64
    my $linker = C4::Linker::Default->new();
62
    my $linker = C4::Linker::Default->new();
65
63
66
    $linker->get_link($subject_heading);
64
    $linker->get_link($subject_heading);
67
- 

Return to bug 21450