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)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 1 Aug 2016 09:32:24 +0000 (11:32 +0200)
commit5b188d9053898262838132491ff59223ff03b7d5
tree2adba3cb8ea7f08e7c57a2023eec3a7487dce18b
parente45ed6d2f477aa9a85750c0f7c2a4df1af50e94f
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>
(cherry picked from commit 13bf3686c5d0fd3a3a192db961118535ece41a4c)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
t/db_dependent/Members.t