https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26984
--- Comment #9 from Jonathan Druart <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #8) > I expected this patch to touch t::lib::TestBuilder. Am I missing something? I don't understand, can you explain? If the AnonymousPatron syspref is defined BEFORE you run the tests, then the deletion will fail. We need to adjust the tests to not remove the existing patrons we have in DB. This is an assumption we should keep in mind for all tests and all data (there are few exceptions however). -- 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/
