]> 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)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 24 Oct 2016 10:47:01 +0000 (12:47 +0200)
commitc94fc36febe31b5d1ba2c781d7f640cb8ed872df
treecd1f116b44eb75fd920074d8403a7bc623f03c0c
parent63059b0fe4f19265bf51453d001080b85e7cb49a
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>
(cherry picked from commit 106c66eee67be65246ee50ea59a4c0f27acf7e7e)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
t/db_dependent/BackgroundJob.t
t/db_dependent/Borrower_Discharge.t