https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 89267 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89267&action=edit Bug 22781: Add tests Test plan: Apply only this patch => The tests will fail, the library's name is not correctly escaped. Note: This applies for the whole patchset, when the tests fail you will need to remove the patrons added by the tests with the following SQL query: delete from borrowers where surname like "test_patron_%"; We are expecting END to be called even if something goes wrong, but DESTROY must be used instead. This will be fixed separately, on its own bug report. -- You are receiving this mail because: You are watching all bug changes.