Bug 16819: Unit tests for C4::Members::DelMember
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 28 Jun 2016 13:57:38 +0000 (10:57 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 8 Jul 2016 14:49:09 +0000 (14:49 +0000)
commit13bf3686c5d0fd3a3a192db961118535ece41a4c
treefa416fe2dc89ee0752cd1aa5d0c96ee61d5d56de
parentdee29d9f0b2b43bc762cb82a2212cd8a3d243f45
Bug 16819: Unit tests for C4::Members::DelMember

The C4::Members::DelMember function actually deletes reserves, and it is
not properly tested.

To test:
- Apply the patch
- Run:
  $ prove  t/db_dependent/Members.t
=> SUCCESS: Tests pass
- Sign off

Sponsored-by: NEKLS
Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Members.t