29 Apr
2020
29 Apr
'20
11:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25303 --- Comment #12 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 103998 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103998&action=edit Bug 25303: (QA follow-up) Fix test construction The test called ->delete on the resultset directly, which is not the same when we already called ->next and the Koha::Hold->delete won't be called as there's no ->next hold. I took the oportunity to wrap the subtest in its own transaction and build its own data to avoid interference between tests... Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.