Bug 22860: Remove 1 remaining patron after authentication.t is ran
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 6 May 2019 20:37:38 +0000 (15:37 -0500)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 9 Mar 2020 19:20:50 +0000 (19:20 +0000)
commitcf8354aaa7cd3da8a8c51f6d84363db30e92f298
tree7dffd398ec8fa261b74efcb9cc44b0b6187494e5
parent98a8a9c0419ff50f3e20eb4a472320560f07d994
Bug 22860: Remove 1 remaining patron after authentication.t is ran

Test plan:
0/ Do not apply the patch
1/ select count(*) from borrowers;
2/ Run the tests
=> Notice that you have 1 more patron
3/ Apply the patch and repeat 1/ and 2/
=> Notice that you have the same number of patrons before and after the
tests

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 905c0bc5e0831148c8334a92863ec9289e2c67b5)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/selenium/authentication.t