13 May
2015
13 May
'15
6:02 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14197 --- Comment #1 from Jonathan Druart <jonathan.druart@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.