]> git.koha-community.org Git - koha.git/commit
Bug 17733: Fix Members.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 6 Dec 2016 16:09:21 +0000 (17:09 +0100)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 18 Dec 2016 19:33:59 +0000 (19:33 +0000)
commit1dcde292a41927266113ff53392ea159d3f7dcc4
treef8bdcbf25940ad58f21a69e396447c7e1e812489
parentc30a6b1131adc88ed2e23227618ccd046f84fde6
Bug 17733: Fix Members.t

In some dirty DB (Jenkins), the borrowers.guarantorid field is not set
to a valid patron id.
That make some tests fail if we create a patron with that patron id.

In my DB, auto increment for borrowers is set to 52 before the tests
On the 4th run of the tests, some tests fail.
Before I got a patron with a guarantorid=112 (I let you do the math).

Test plan:
The easiest is to trust me

Todo: Add a FK!
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Opened a new report for special case: Bug 17759.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 62074e39f0bbce1665f2b329beecc61fc55c994e)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
t/db_dependent/Members.t