[koha-commits] main Koha release repository branch master updated. v3.22.00-1421-g792017e

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 15:35:01 CEST 2016


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  792017e54864341a5604f2b9cf9acb143f1466c1 (commit)
       via  f79ef42b589fca5700acf7f05c30caeb9ac9234c (commit)
       via  45625c17dbc2b3db6f1e13544a6bccf366383ad7 (commit)
       via  7ce9008a00a88a1af117e15bb9fb9944786da2d3 (commit)
      from  a6da1c024c26fd4075585de4495bdcace96d1629 (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 792017e54864341a5604f2b9cf9acb143f1466c1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Mar 2 14:19:03 2016 +0100

    Bug 15956: New unit test SIP/Message.t
    
    This patch adds a unit test for the handlers of Patron Status
    and Patron Info requests. It can be extended with test for the
    other handlers later (hopefully).
    
    Note: The tests have been written for SIP protocol version 2.
    
    Test plan:
    Run t/db_dependent/SIP/Message.t.
    
    Note: If bug 13871 has not yet been pushed, test 12 (subtest 1) should fail
    with something like 'Code AF not found'. Same for test 15 of subtest 2.
    That is no problem; after that push, all tests should pass.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    All tests pass
    t/db_dependent/SIP/ILS.t .......... ok
    t/db_dependent/SIP/Message.t ...... ok
    t/db_dependent/SIP/Patron.t ....... ok
    t/db_dependent/SIP/Transaction.t .. ok
    All tests successful.
    
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f79ef42b589fca5700acf7f05c30caeb9ac9234c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Mar 2 14:33:27 2016 +0100

    Bug 15956: Move SIPILS.t to SIP/ILS.t
    
    Move the file. Some trivial (cosmetic) edits: whitespace, comments.
    
    Test plan:
    Run SIP/ILS.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 45625c17dbc2b3db6f1e13544a6bccf366383ad7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Mar 2 14:20:59 2016 +0100

    Bug 15956: Remove warn from handle_patron_status
    
    Removes a warn and some commented warns.
    
    Test plan:
    Nothing to do here. Will be covered later by additional unit test.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7ce9008a00a88a1af117e15bb9fb9944786da2d3
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Sun Feb 28 14:13:45 2016 +0100

    Bug 15956: Rearranging some SIP unit tests
    
    The original SIP_ILS.t is split up into SIP/Patron.t and
    SIP/Transaction.t.
    The assumption on a hardcoded existing and non-existing card number is
    replaced by adding and deleting a card number (:patron) with TestBuilder.
    
    Test plan:
    Run SIP/Patron.t
    Run SIP/Transaction.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/Sip/MsgType.pm                  |    4 -
 t/db_dependent/{SIPILS.t => SIP/ILS.t} |   14 ++-
 t/db_dependent/SIP/Message.t           |  213 ++++++++++++++++++++++++++++++++
 t/db_dependent/SIP/Patron.t            |   29 +++++
 t/db_dependent/SIP/Transaction.t       |   28 +++++
 t/db_dependent/SIP_ILS.t               |   27 ----
 6 files changed, 278 insertions(+), 37 deletions(-)
 rename t/db_dependent/{SIPILS.t => SIP/ILS.t} (81%)
 create mode 100755 t/db_dependent/SIP/Message.t
 create mode 100755 t/db_dependent/SIP/Patron.t
 create mode 100755 t/db_dependent/SIP/Transaction.t
 delete mode 100755 t/db_dependent/SIP_ILS.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list