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

Git repo owner gitmaster at git.koha-community.org
Sun Sep 8 22:24: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  c26ab35be632e7130a13e94e5767d182a42a2595 (commit)
       via  be4fb1db9cc17d6d4f10ad8e633b5b87844d1472 (commit)
      from  995a270dd10bd2dd56222fcdcb29ab033fad567e (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 c26ab35be632e7130a13e94e5767d182a42a2595
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Sep 8 20:37:19 2013 +0000

    Bug 10640: (follow-up) bump up the number of expected tests in Bookseller.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit be4fb1db9cc17d6d4f10ad8e633b5b87844d1472
Author: Kenza Zaki <kenza.zaki at biblibre.com>
Date:   Thu Jul 25 10:18:11 2013 +0200

    Bug 10640: give ModBookseller() an explicit return value.
    
    Before, ModBookseller always returns undef. This patch modifies it in
    order to be more explicit.
    
    Now it returns :
    
    1 -> If a modification has been done
    0E0 -> If the given ID doesn't exist
    undef -> If no ID given
    
    It also fixes one of the tests which didn't pass before
    in t/db_dependent/Bookseller.t
    
    To Test:
    prove t/db_dependent/Bookseller.t
    Bookseller.t .. 1/54
    [Some warnings about uninitialized values]
    t/db_dependent/Bookseller.t .. ok
    All tests successful.
    Files=1, Tests=54,  1 wallclock secs ( 0.03 usr  0.00 sys +  0.46 cusr  0.04 csys =  0.53 CPU)
    Result: PASS
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Change is logical and passes new and old tests.
    Fixed the author line to have Kenza's correct email address.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list