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

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 16:40:20 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  35b83e540ea6d2f9856de827cfcad7c3b2b07f82 (commit)
       via  87890bc366d566685f1484cb476200f5ca302e91 (commit)
      from  c191532cc0c908ccbd5019a0d49c721e5702e7a6 (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 35b83e540ea6d2f9856de827cfcad7c3b2b07f82
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Aug 14 16:37:49 2013 +0000

    Bug 10710: (follow-up) perltidy new code
    
    Also, I prefer the use of parentheses for function
    calls, even when no arguments are being passed.
    One missed comma turns
    
    is(GetOfflineOperation, ...)
    
    into
    
    is(GetOfflineOperation ...)
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 87890bc366d566685f1484cb476200f5ca302e91
Author: Kenza Zaki <kenza.zaki at biblibre.com>
Date:   Mon Aug 12 14:16:46 2013 +0200

    Bug 10710: add unit tests for OfflineOperation's routines in C4/Circulation.pm
    
    This patch test AddOfflineOperation,GetOfflineOperation and
    DeleteOfflineOperation in C4/Circulation.pm.
    
    The tests are wrapped in a transaction.
    
    Note: Currently, GetOfflineOperations is not tested because we cannot
    mock C4::Context->userenv in unit tests
    
    To test:
    
    prove t/db_dependent/Circulation_OfflineOperation.t
    t/db_dependent/Circulation_OfflineOperation.t .. ok
    All tests successful.
    Files=1, Tests=7, 19 wallclock secs ( 0.01 usr  0.01 sys +  0.33 cusr  0.02 csys =  0.37 CPU
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list