[koha-commits] main Koha release repository branch master updated. v16.05.00-1393-g2a73cda

Git repo owner gitmaster at git.koha-community.org
Thu Nov 17 17:25:10 CET 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  2a73cdac5b600408ac62adc028266e4659964f98 (commit)
       via  620a8fb82384ea44c4e2c2ed74b83f11e509420e (commit)
       via  f9e9f520182d4b7774d12e22a51d3360ecc0aca5 (commit)
       via  9fca67d46714cdb9ab4880d9c8535178d8954562 (commit)
      from  20d38884e8400319e9bb128b8b70a7eadd3c0aaa (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 2a73cdac5b600408ac62adc028266e4659964f98
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 17 07:52:38 2016 +0000

    Bug 17431: Remove use of C4::Items and C4::Biblio
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 620a8fb82384ea44c4e2c2ed74b83f11e509420e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 19 14:14:41 2016 +0100

    Bug 17431: Create the object we need instead of assuming something exists
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f9e9f520182d4b7774d12e22a51d3360ecc0aca5
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Wed Oct 19 15:18:02 2016 +0300

    Bug 17431: (follow-up) Fix issuingrules
    
    Issuingrules could had prevented holds.t from passing with error tooManyReserves.
    This patch sets issuingrules at the beginning of the test to make sure reserves
    are allowed.
    
    To test:
    1. Apply patch & Run t/db_dependent/api/v1/holds.t
    2. Observe test pass
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9fca67d46714cdb9ab4880d9c8535178d8954562
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Wed Oct 12 14:29:26 2016 +0300

    Bug 17431: Fix failing test t/db_dependent/api/v1/holds.t
    
    This patch fixed failing test for t/db_dependent/api/v1/holds.t which was broken
    after Bug 14695.
    
    $ perl t/db_dependent/api/v1/holds.t
    ...
    not ok 42 - similar match for JSON Pointer "/error"
        #   Failed test 'similar match for JSON Pointer "/error"'
        #   at t/db_dependent/api/v1/holds.t line 291.
        #                   'Reserve cannot be placed. Reason: itemAlreadyOnHold'
        #     doesn't match '(?^u:tooManyReserves)'
        # Looks like you failed 1 test of 42.
    not ok 4 - Test endpoints with permission
    
    To test:
    1. Run t/db_dependent/api/v1/holds.t and observe it fail.
    2. Apply patch.
    3. Run the test again and observe it pass.
    
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/api/v1/holds.t |   66 ++++++++++++++++++++++++-----------------
 1 file changed, 38 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list