https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40517 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed CC| |jonathan.druart@gmail.com --- Comment #82 from Jonathan Druart <jonathan.druart@gmail.com> --- t/db_dependent/api/v1/patrons_holds.t .. # Failed test 'Only old holds retrieved' # at t/db_dependent/api/v1/patrons_holds.t line 70. # Structures begin differing at: # $got->[0]{hold_group_id} = undef # $expected->[0]{hold_group_id} = '1' # Failed test 'Old holds even after item and library removed' # at t/db_dependent/api/v1/patrons_holds.t line 78. # Structures begin differing at: # $got->[1]{hold_group_id} = undef # $expected->[1]{hold_group_id} = '3' # Failed test 'Old holds even after biblio removed' # at t/db_dependent/api/v1/patrons_holds.t line 85. # Structures begin differing at: # $got->[1]{hold_group_id} = undef # $expected->[1]{hold_group_id} = '3' # Looks like you failed 3 tests of 21. t/db_dependent/api/v1/patrons_holds.t .. 1/3 # Failed test 'list() tests' # at t/db_dependent/api/v1/patrons_holds.t line 101. -- You are receiving this mail because: You are watching all bug changes.