Bug 12583: DelItem prototype - Add unit tests
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 16 Jul 2014 12:07:33 +0000 (14:07 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 25 Jul 2014 22:06:19 +0000 (19:06 -0300)
commit09905d64a9482936a6bd20134a68d8a7299354a9
tree735ef461a0627f7b9c45351200ad0bd5143edf3c
parentba81cdcdb2806e3b60786ed47258a189703ccffb
Bug 12583: DelItem prototype - Add unit tests

DelItem should return 1 if the item has been deleted, otherwise 0.

Test plan:
Verify that t/db_dependent/Items/DelItem.t returns green

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Items.pm
t/db_dependent/Items/DelItem.t [new file with mode: 0644]