https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25303

--- Comment #12 from Tomás Cohen Arazi <tomasco...@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 <tomasco...@theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to