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

(-)a/t/db_dependent/Search.t (-2 / +1 lines)
Lines 491-497 ok(MARC::Record::new_from_xml($results_hashref->{biblioserver}->{RECORDS}->[0],' Link Here
491
    like( $newresults[0]->{XSLTResultsRecord}, qr/<variable name="anonymous_session">1<\/variable>/, "Variable injected correctly" );
491
    like( $newresults[0]->{XSLTResultsRecord}, qr/<variable name="anonymous_session">1<\/variable>/, "Variable injected correctly" );
492
492
493
    my $biblio_id = $newresults[0]->{biblionumber};
493
    my $biblio_id = $newresults[0]->{biblionumber};
494
    my $fw = C4::Biblio::GetFrameworkCode($biblio_id);
494
    my $fw = C4::Biblio::GetFrameworkCode($biblio_id) // '';
495
495
496
    my $dbh = C4::Context->dbh;
496
    my $dbh = C4::Context->dbh;
497
    # FIXME This change is revert in END
497
    # FIXME This change is revert in END
498
- 

Return to bug 29697