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

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 16:33:41 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  c191532cc0c908ccbd5019a0d49c721e5702e7a6 (commit)
       via  08d45913d68d85eea1a1b2bab604b184d323ded5 (commit)
      from  4287fd9d1c3ae16a0496b6261de44642bc92ab9c (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 c191532cc0c908ccbd5019a0d49c721e5702e7a6
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Aug 28 14:44:01 2013 +0000

    Bug 10767: (follow-up) remove FIXME comments
    
    The FIXME comments in the new test script were based on
    an assumption that GetIssuingRules() should return
    multiple rules if no or only partial parameters are
    passed.  This is not the intent of that routine, whose
    purpose is to return the *singular* rule that best
    applies to a given loan situation.  In other words,
    GetIssuingRule() is not a traditional accessor function.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 08d45913d68d85eea1a1b2bab604b184d323ded5
Author: Kenza Zaki <kenza.zaki at biblibre.com>
Date:   Tue Aug 20 10:18:04 2013 +0200

    Bug 10767: add unit tests for C4::Circulation routines that use issuingrules
    
    The test are wrap in a transaction.
    
    To test:
    prove t/db_dependent/Circulation_Issuingrule.t
    t/db_dependent/Circulation_Issuingrule.t .. ok
    All tests successful.
    Files=1, Tests=9, 17 wallclock secs ( 0.02 usr  0.00 sys +  0.34 cusr  0.04 csys =  0.40 CPU)
    Result: PASS
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Comment: No koha-qa errors
    prove t/db_dependent/Circulation_Issuingrule.t run without errors
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 t/db_dependent/Circulation_Issuingrule.t |  341 ++++++++++++++++++++++++++++++
 1 files changed, 341 insertions(+), 0 deletions(-)
 create mode 100644 t/db_dependent/Circulation_Issuingrule.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list