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

(-)a/t/db_dependent/Search.t (-12 lines)
Lines 709-725 ok(MARC::Record::new_from_xml($results_hashref->{biblioserver}->{RECORDS}->[0],' Link Here
709
    # make one of the test items appear to be in transit
709
    # make one of the test items appear to be in transit
710
    my $circ_module = Test::MockModule->new('C4::Circulation');
710
    my $circ_module = Test::MockModule->new('C4::Circulation');
711
    my $builder = t::lib::TestBuilder->new;
711
    my $builder = t::lib::TestBuilder->new;
712
    my $transfer = $builder->build(
713
        {
714
            source => 'Branchtransfer',
715
            value => {
716
                itemnumber => 11,
717
                frombranch => 'MPL',
718
                tobranch => 'CPL',
719
                datesent => \'NOW()'
720
            }
721
        }
722
    );
723
712
724
    ($error, $results_hashref, $facets_loop) = getRecords("TEST12121212","TEST12121212",[ ], [ 'biblioserver' ],20,0,\%branches,\%itemtypes,$query_type,0);
713
    ($error, $results_hashref, $facets_loop) = getRecords("TEST12121212","TEST12121212",[ ], [ 'biblioserver' ],20,0,\%branches,\%itemtypes,$query_type,0);
725
    @newresults = searchResults({'interface'=>'intranet'}, $query_desc, $results_hashref->{'biblioserver'}->{'hits'}, 17, 0, 0,
714
    @newresults = searchResults({'interface'=>'intranet'}, $query_desc, $results_hashref->{'biblioserver'}->{'hits'}, 17, 0, 0,
726
- 

Return to bug 36924