https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17748
--- Comment #37 from Fridolin Somers <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
