]> git.koha-community.org Git - koha.git/commit
Bug 12416: add the test of DelUniqueDebarment
authorYohann Dufour <dufour.yohann@gmail.com>
Mon, 16 Jun 2014 07:13:35 +0000 (09:13 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 25 Jun 2014 22:25:28 +0000 (22:25 +0000)
commite037fe1aa60534eb3887362e013ae83bd3ab08b0
tree9106b109ea6e5cf6aa1776167f45785ac3b22b94
parente560bdcdeb0cc2a3cf520215189818e80a0b4896
Bug 12416: add the test of DelUniqueDebarment

The subroutine DelUniqueDebarment was not tested

To test: execute the command prove t/db_dependent/Borrower_Debarments.t
The command has to print:
t/db_dependent/Borrower_Debarments.t .. ok
All tests successful.
Files=1, Tests=22,  2 wallclock secs ( 0.03 usr  0.01 sys +  1.43 cusr  0.07 csys =  1.54 CPU)
Result: PASS

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comments on last patch

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Borrower_Debarments.t