Bug 14197: TestBuilder - Remove the error on starting the transaction
authorJonathan Druart <jonathan.druart@koha-community.org>
Thu, 9 Jul 2015 08:35:12 +0000 (09:35 +0100)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Wed, 16 Sep 2015 13:40:35 +0000 (10:40 -0300)
commitf062542978ec6841948bf3e25c053762684346e9
treeb5b961e32ff9971558c38f0fd57ca38eab7f88da
parent0b6460b1916aaa6b08f2f12fd3d6832c3715db3f
Bug 14197: TestBuilder - Remove the error on starting the transaction

DBD::mysql::db begin_work failed: Already in a transaction at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1560.
DBIx::Class::Storage::DBI::txn_rollback(): Storage transaction_depth 0 does not match false AutoCommit of DBI::db=HASH(0xa429648), attempting ROLLBACK anyway at t/lib/TestBuilder.pm line 363

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