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

(-)a/t/db_dependent/Search.t (-1 / +4 lines)
Lines 865-870 if ( $indexing_mode eq 'dom' ) { Link Here
865
                'su-ut' => { 'expanded'    => undef,
865
                'su-ut' => { 'expanded'    => undef,
866
                             'label_value' => "Titles" }
866
                             'label_value' => "Titles" }
867
    };
867
    };
868
    delete $expected_facets_info_marc21->{holdingbranch}
869
        if Koha::Libraries->search->count == 1;
868
    is_deeply( $facets_info, $expected_facets_info_marc21,
870
    is_deeply( $facets_info, $expected_facets_info_marc21,
869
        "_get_facets_info returns the correct data");
871
        "_get_facets_info returns the correct data");
870
872
Lines 959-964 sub run_unimarc_search_tests { Link Here
959
                'su-ut' => { 'expanded'    => undef,
961
                'su-ut' => { 'expanded'    => undef,
960
                             'label_value' => "Titles" }
962
                             'label_value' => "Titles" }
961
    };
963
    };
964
    delete $expected_facets_info_unimarc->{holdingbranch}
965
        if Koha::Libraries->search->count == 1;
962
    is_deeply( $facets_info, $expected_facets_info_unimarc,
966
    is_deeply( $facets_info, $expected_facets_info_unimarc,
963
        "_get_facets_info returns the correct data");
967
        "_get_facets_info returns the correct data");
964
968
965
- 

Return to bug 19979