Bug 17124: Fix tests in DecreaseLoanHighHolds.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Aug 2016 08:26:16 +0000 (09:26 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 18 Aug 2016 15:57:03 +0000 (15:57 +0000)
commit1bc34e31e9c371d8f60a074f13e933d15a31e20e
tree2fda5192ea3aee17080499dd23265ea083f430f0
parent23a4b3163128592a464d910d94942087da7990f9
Bug 17124: Fix tests in DecreaseLoanHighHolds.t

One test of DecreaseLoanHighHolds.t does not pass,
A hashref representing a patron has a 'borrower' key defined, instead of
'borrowernumber'.

Test plan:
  prove t/db_dependent/DecreaseLoanHighHolds.t
must return green

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/DecreaseLoanHighHolds.t