Bug 27600: Add unit test
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 3 Feb 2021 10:16:30 +0000 (10:16 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Jun 2021 12:01:50 +0000 (14:01 +0200)
commit1b9d18fdefe8531a210a1c091aede1e793112111
tree7ac846fe66fd05d0e958b8cc514f7a64bb68e911
parent3cb8446d760dd67c9f834eb911b6982e9b9a11ef
Bug 27600: Add unit test

This patch adds a basic unit test to catch the case where patron_pwd is
sent to renew_all as an empty string.

Test plan
1/ Run t/db_dependent/SIP/ILS.t and watch it fail
2/ Apply second patch
3/ Re-run the above test and watch it pass.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/SIP/ILS.t