Bug 14197: Remove the warning on destroying TestBuilder objects
authorJonathan Druart <jonathan.druart@koha-community.org>
Wed, 13 May 2015 15:58:45 +0000 (17:58 +0200)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Wed, 16 Sep 2015 13:40:35 +0000 (10:40 -0300)
commit0b6460b1916aaa6b08f2f12fd3d6832c3715db3f
treecd21de2727172da2f6b56f1ba8e1e9844aed32e9
parentc7a6745bc0e0241e5f39a12e2ff4e17678288b14
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.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
t/lib/TestBuilder.pm