Bug 11439: (follow up) add missing rollback call
commitd6979f71a3f0d8ba2dc82d378ca903527f0d6ab9
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 9 Jan 2014 18:51:11 +0000 (9 15:51 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 10 Jan 2014 15:42:22 +0000 (10 15:42 +0000)
tree1e50b06345098d281d7842b49e86fc5ab9076db4
parent732ad864f66b2cc729e6fb6bdba8611e4f40fbd9
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>
t/db_dependent/XISBN.t