[Koha-bugs] [Bug 14197] Warning raised by TestBuilder

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 13 18:02:12 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14197

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 39146
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39146&action=edit
Bug 14197: Remove the warning on destroying TestBuilder objects

This module will be called by db_dependent tests, which already create a
transaction.
TestBuilder creates a new one (which is certainly useless) and the
rollback does not do anything.

To see the warning see patches on bug 14045.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list