[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-40-gdabf905

Git repo owner gitmaster at git.koha-community.org
Wed Dec 31 20:29:37 CET 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, 3.18.x has been updated
       via  dabf905018280f74e394de619a7de6de02f7fc34 (commit)
       via  05f2fa17eb82fa43042841cd5d69f91aff0744df (commit)
      from  5311ae87f567c7a48005d0642c86532163b8679d (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 dabf905018280f74e394de619a7de6de02f7fc34
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 31 12:09:49 2014 +0100

    Bug 13502: Add tests to highlight the problem
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 05f2fa17eb82fa43042841cd5d69f91aff0744df
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Dec 31 10:20:59 2014 +1300

    Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique
    
    To test
    
    1/ Create a borrower with '' as their userid, you may have to edit a
       row in the db to do this
    2/ Run  perl t/db_dependent/Circulation/CheckIfIssuedToPatron.t
    3/ Notice some tests fail and you see
       DBD::mysql::st execute failed: Duplicate entry '' for key 'userid'
       at /home/chrisc/git/catalyst-koha/C4/SQLHelper.pm line 184.
    4/ Apply the patch
    5/ Run the tests again, notice they now pass
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list