[koha-commits] main Koha release repository branch master updated. v3.16.00-125-g38d3443

Git repo owner gitmaster at git.koha-community.org
Mon Jun 23 00:32:56 CEST 2014


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  38d3443fddcdff1fc6c41cf6acc03a170a86a9e8 (commit)
       via  f7dd702eb39082e48bc8a21095b8ae6e9b907003 (commit)
       via  d27d88f809273ad43fc75c77a65daeb8bb499a9d (commit)
       via  0f8ca14324c2463809f9db093960bce709ef7abb (commit)
      from  3a1fb105a20ab4090523bdd47bf1288209eb61d5 (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 38d3443fddcdff1fc6c41cf6acc03a170a86a9e8
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Mon Jun 16 10:19:02 2014 +0200

    Bug 12416: add new tests of DelUniqueDebarment
    
    The subroutine DelUniqueDebarment was not enough 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=31,  1 wallclock secs ( 0.03 usr  0.01 sys +  1.44 cusr  0.08 csys =  1.56 CPU)
    Result: PASS
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    All 31 test pass, no koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests pass.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f7dd702eb39082e48bc8a21095b8ae6e9b907003
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Mon Jun 16 09:31:13 2014 +0200

    Bug 12416: the subroutine 'ok' is replaced by the subroutine 'is'
    
    The use of the subroutine 'is' is prefered over the subroutine 'is'
    
    To test: execute the commande prove t/db_dependent/Borrower_Debarments.t
    To command has to print:
    t/db_dependent/Borrower_Debarments.t .. ok
    All tests successful.
    Files=1, Tests=22,  1 wallclock secs ( 0.03 usr  0.01 sys +  1.42 cusr  0.08 csys =  1.54 CPU)
    Result: PASS
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Comments on last patch
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d27d88f809273ad43fc75c77a65daeb8bb499a9d
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Mon Jun 16 09:13:35 2014 +0200

    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 at gmail.com>
    Comments on last patch
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0f8ca14324c2463809f9db093960bce709ef7abb
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Jun 20 16:52:59 2014 -0300

    Bug 12462: Fix some POD errors
    
    Bug 12041 made xt/author/podcorrectness.t consider files in the 'Koha' namespace.
    Some of them where failing. This patch fixes some of those POD problems.
    
    Best regards
    To+
    
    Test:
    1) run prove xt/author/podcorrectness.t
    it fails
    2) apply patch
    3) run again, now it's ok
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Before patch test fails. After it, it pass
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Charset.pm                        |    2 +
 C4/SIP/ILS/Item.pm                   |    2 +
 Koha/Borrower/Files.pm               |   13 ++++-
 t/db_dependent/Borrower_Debarments.t |   88 +++++++++++++++++++++++++++-------
 4 files changed, 86 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list