Bug 27600: Add unit test
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 3 Feb 2021 10:16:30 +0000 (10:16 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 2 Jul 2021 13:43:20 +0000 (09:43 -0400)
commit3724e1646876ba14b296132e1f93e15df7a0a9e2
tree96d4a01f03c38fed4d9e91b584a198d97be422cc
parent2fd517ee415cc7a147812c25975ee46fba77152f
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/SIP/ILS.t