https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42298 --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 197115 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197115&action=edit Bug 42298: Add a failing test To test: 1. prove t/db_dependent/Circulation.t 2. Observe the following failures t/db_dependent/Circulation.t .. 17/87 # Failed test 'Bug 42298: No autorenew before rule is respected' # at t/db_dependent/Circulation.t line 1134. # got: '0' # expected: '1' # Failed test 'Bug 42298: No autorenew before rule is respected' # at t/db_dependent/Circulation.t line 1135. # got: 'too_soon' # expected: 'auto_renew' # Failed test 'soonest_renew_date is not returned because this issue can be renewed' # at t/db_dependent/Circulation.t line 1136. # got: '2026-04-21T23:59:00' # expected: undef # Failed test 'No renewal before is 99, patron opted out of auto_renewal so can renew' # at t/db_dependent/Circulation.t line 1141. # got: '0' # expected: '1' # Looks like you failed 4 tests of 124. Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.