https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22349 --- Comment #1 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 85177 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85177&action=edit Bug 22349: Remove overzealous database deletions from test For no apparent reason a whole lot of data was being deleted inside a transaction for each of the subtests in Koha/Acquisitions/Booksellers.t This patch simply remove the deletions. To test, run the test before and after applying the patch and they should all continue to pass.. If you have a large number of booksellers, baskets, orders or subscriptions in your database you may also see an decrease in the time it takes to run the test. -- You are receiving this mail because: You are watching all bug changes.