]> git.koha-community.org Git - koha.git/commit
Bug 37898: Wrap labels tests inside transactions
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 11 Sep 2024 15:48:28 +0000 (12:48 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 19 Sep 2024 11:50:19 +0000 (12:50 +0100)
commite052614d7fc25bcba3550d5930406040e4264c67
treecc9fd28abab93af78cb8aaab71e2bbed462ee9e3
parentb41fa9b4870d2d829a822fc66dab37d21566dfa5
Bug 37898: Wrap labels tests inside transactions

This tests are written in a way that the cleanup is done explicitly. So
I found no evidence of them leaving the database dirty. But it felt
worth wrapping anyway, because any dev adding something could easily
introduce new data inadvertedly.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/Labels/t_Layout.t
t/db_dependent/Labels/t_Profile.t
t/db_dependent/Labels/t_Template.t