]> git.koha-community.org Git - koha.git/commit
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)
committerFrédéric Demians <f.demians@tamil.fr>
Sat, 22 Oct 2016 13:10:09 +0000 (15:10 +0200)
commit106c66eee67be65246ee50ea59a4c0f27acf7e7e
treee8dc636be531b10415f182de5f3303b7e2f1e50d
parent8659bad629fcdfb5bb612ad21ce0bcb0f70a74bd
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>
(cherry picked from commit ede157e9c09e08b772aaaaacd1a7eb64a2ecc9f6)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
t/db_dependent/BackgroundJob.t
t/db_dependent/Patron/Borrower_Discharge.t