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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 Feb 2020 09:21:30 +0000 (09:21 +0000)
commit51e341b56d4f066bb8b21b8d50ba663e6d8a82f9
tree13e4ba8b6aa9e55962657744867d7bc7c83a0305
parent5ee37a812732ee3868d48ce75c5635fa53780e00
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>
t/db_dependent/selenium/authentication.t