https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41012
Bug ID: 41012
Summary: ILSDI_Services.t failing on U22
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Test Suite
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Koha_Main_U22/2183
18:58:19 koha-1 | # Failed test 'Title hidden in output as expected'
18:58:19 koha-1 | # at t/db_dependent/ILSDI_Services.t line 874.
18:58:19 koha-1 | # got: '1'
18:58:19 koha-1 | # expected: '0'
18:58:19 koha-1 | # Looks like you failed 1 test of 11.
18:58:19 koha-1 |
18:58:19 koha-1 | # Failed test 'GetRecords'
18:58:19 koha-1 | # at t/db_dependent/ILSDI_Services.t line 923.
866 my $cgi = CGI->new;
867 $cgi->param( service => 'GetRecords' );
868 $cgi->param( id => $item->biblionumber );
869
870 my $reply = C4::ILSDI::Services::GetRecords($cgi);
871
872 my $opac_marcxml = $reply->{record}->[0]->{marcxml};
873 my @title_matches = ( $opac_marcxml =~ m/This is an awesome title/g );
874 is( scalar @title_matches, 0, 'Title hidden in output as expected' );
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/