]> git.koha-community.org Git - koha.git/commit
Bug 11439: (follow up) add missing rollback call
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 9 Jan 2014 18:51:11 +0000 (15:51 -0300)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Thu, 16 Jan 2014 16:46:15 +0000 (17:46 +0100)
commit586be3a8267f95a39abd9e70649ab12e0562e236
tree54e1ee027160848313e63fb615254b583f574da5
parent52edddc55ab67602da047ebd8bf1a2637a1a77b2
Bug 11439: (follow up) add missing rollback call

This UT got wrapped inside a transaction with autocommit=0 but
the rollback call was inadvertedly ommited. Adding it.

[RM note: an explicit rollback is not required, as the
 transaction will roll back automatically at the end of
 the DB session. Nonetheless, it hurts nothing to have
 it be explicit.]

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit d6979f71a3f0d8ba2dc82d378ca903527f0d6ab9)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
t/db_dependent/XISBN.t