[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1013-gac11a5d

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 17:22:43 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  ac11a5d9ff982d89ed1f00ca585e1ecb9e0195eb (commit)
       via  88f15db30a9da6a24cf575759a97e8765be61ad4 (commit)
      from  6751c5dc7c963defd0a31adfd46d0665abf41cd6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac11a5d9ff982d89ed1f00ca585e1ecb9e0195eb
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Aug 28 15:33:35 2013 +0000

    Bug 10699: (follow-up) fix parameter test in DeleteBranchTransferLimits()
    
    Need to check for definedness, not Perl truth.
    
    Also adds description of the return value to the POD.
    
    To test:
    
    Run prove -v t/db_dependent/Circulation_transfers.t and verify that
    the tests pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 88f15db30a9da6a24cf575759a97e8765be61ad4
Author: Kenza Zaki <kenza.zaki at biblibre.com>
Date:   Thu Aug 8 11:40:13 2013 +0200

    Bug 10699: add explicit return value for DeleteBranchTransferLimits()
    
    This patch adds return values to DeleteBranchTransferLimits:
    1 if a Transfer Limit is deleted
    undef if no parameters is given
    0E0 if a wrong parameter is given
    
    More, it fixes and adds some tests in t/db_dependent/Circulation_transfers.t
    
    To test :
    prove t/db_dependent/Circulation_transfers.t
    t/db_dependent/Circulation_transfers.t .. ok
    All tests successful.
    Files=1, Tests=14, 19 wallclock secs ( 0.02 usr  0.01 sys +  0.39 cusr  0.02 csys =  0.44 CPU)
    Result: PASS
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested with patch for bug 10692 applied.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Circulation.pm                      |    9 ++++++---
 t/db_dependent/Circulation_transfers.t |    6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list