https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38356
--- Comment #13 from Emmi Takkinen <[email protected]> --- Created attachment 182064 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182064&action=edit (follow-up) Bug 38356: Fix failing Circulation.t tests After pushing bug 38356 to main, Circulation.t tests started to fail. Fail happened randomly and was related to sub is_serial trying to fetch biblios metadata. This patch changes the way test item is build in "CanBookBeIssued + needsconfirmation message" tests. It seems more reliable to use build_sample_item rather than building item using biblio and biblioitem data. To test prove t/db_dependent/Circulation.t. -- 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/
