Bug 17426: Do not set AutoCommit in tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 11 Oct 2016 12:15:27 +0000 (13:15 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 14:34:21 +0000 (14:34 +0000)
commitede157e9c09e08b772aaaaacd1a7eb64a2ecc9f6
tree1964415283f718f80beb5fd37752af76af470414
parentf060709df0ed07c0ff3dbc20404fa5b3b2aa8651
Bug 17426: Do not set AutoCommit in tests

  git grep AutoCommit t | grep 1

highlights that 1 test use AutoCommit set, it should not

The other change removes the FIXME should has been fixed.

Test plan:
  prove t/db_dependent/BackgroundJob.t
  t/db_dependent/Patron/Borrower_Discharge.t

should still return green

Signed-off-by: Marc <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/BackgroundJob.t
t/db_dependent/Patron/Borrower_Discharge.t