[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-123-g744e4fb

Git repo owner gitmaster at git.koha-community.org
Tue Sep 17 09:41:17 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, 3.8.x has been updated
       via  744e4fb3ed3c9c899e93a4dbe743214531b0c908 (commit)
      from  1c19a49dd4163ee0d29d51fa1ce8661245f74272 (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 744e4fb3ed3c9c899e93a4dbe743214531b0c908
Author: Kenza Zaki <kenza.zaki at biblibre.com>
Date:   Fri Jul 26 09:55:43 2013 +0200

    Bug 10644: add unit tests for ClassSource.pm
    
    The tests are wrapped in a database transaction.
    
    To test:
    prove t/db_dependent/ClassSource.t
    t/db_dependent/ClassSource.t .. 1/24 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249
    prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137
    attempting to use non-existent class sorting routine routine1
    prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249
    prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137
    t/db_dependent/ClassSource.t .. ok
    All tests successful.
    Files=1, Tests=24,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.12 cusr  0.01 csys =  0.15 CPU)
    Result: PASS
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5de06b87e29f12250a35df3239372a7ed0754811)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit aeb11a6a9236bcf7f6c822a55e3d270406956db2)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit aeb11a6a9236bcf7f6c822a55e3d270406956db2)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit b976a45151d93e311cf375739ffe717143e99706)

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list