25 Mar
2022
25 Mar
'22
12:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17748 --- Comment #37 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 132201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132201&action=edit Bug 17748: (follow-up) Stronger unit tests Before this patch, unit tests perform an item search assuming there is no checked-out items in database. This is correct for a fresh reseted database. But if you checkout any item then prove t/db_dependent/Items.t it will fail. We can see in this file that other tests use filter on generated branchcode. This patch adds filter to items.homebranch -- You are receiving this mail because: You are watching all bug changes.