[koha-commits] main Koha release repository branch master updated. v20.05.00-341-g56ee42082f

Git repo owner gitmaster at git.koha-community.org
Tue Jul 21 12:52:11 CEST 2020


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  56ee42082f0382d2b5e5a8cef081bef886664d7d (commit)
       via  4f5f5d88b98c2d1f6cc20bc6be6f5b41fb7d3c48 (commit)
       via  4aa93f04f406b010cd26ea121332133f2599f800 (commit)
       via  1326fa076b2311ffd9a1df4b995309670bf55cdd (commit)
      from  01ab775440ee8418e21872c309acee7b1739fad8 (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 56ee42082f0382d2b5e5a8cef081bef886664d7d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jul 21 11:18:16 2020 +0100

    Bug 8338: (QA follow-up) Fix test for backdated return
    
    A test for CalculateFinesOnBackdate was introduced since this bug was
    written and needed updateing.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 4f5f5d88b98c2d1f6cc20bc6be6f5b41fb7d3c48
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 21 10:08:02 2020 +0200

    Bug 23820: Fix Koha/Club/Hold.t
    
    kohadev-koha at kohadevbox:/kohadevbox/koha$ prove t/db_dependent/Koha/Club/Hold.t
    t/db_dependent/Koha/Club/Hold.t .. Patron(238) Hold cannot be placed. Reason: libraryNotPickupLocation at /kohadevbox/koha/Koha/Club/Hold.pm line 98.
        # Looks like you planned 5 tests but ran 4.
    t/db_dependent/Koha/Club/Hold.t .. 1/1
     #   Failed test 'add'
     #   at t/db_dependent/Koha/Club/Hold.t line 86.
    Can't call method "borrowernumber" on an undefined value at t/db_dependent/Koha/Club/Hold.t line 83.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 4aa93f04f406b010cd26ea121332133f2599f800
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 21 09:57:08 2020 +0200

    Bug 24151: Use fully qualified names for UpdateStats
    
    t/db_dependent/Koha/Account/Line.t .. 8/12     # Looks like you planned 16 tests but ran 3.
     #   Failed test 'void() tests'
     #   at t/db_dependent/Koha/Account/Line.t line 723.
    Undefined subroutine &Koha::Account::UpdateStats called at /kohadevbox/koha/Koha/Account.pm line 289.
    
    It's certainly caused by a circ dep from
      commit 5ce968e0e571f555261c02a9e1d27447611cdb89
      Bug 24151: Copy info to the pseudonymized table when a transaction is done
    
    See also bug 17600 for more context.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1326fa076b2311ffd9a1df4b995309670bf55cdd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 21 09:47:11 2020 +0200

    Bug 22844: Fix yaml_valid.t - don't pick .json files
    
    Only .pref are considered yaml files.
    
    kohadev-koha at kohadevbox:/kohadevbox/koha$ time prove xt/yaml_valid.t
    xt/yaml_valid.t .. 1/19
     #   Failed test 'borrowers.json is YAML'
     #   at xt/yaml_valid.t line 39.
    
     #   Failed test 'items.json is YAML'
     #   at xt/yaml_valid.t line 39.
     # Looks like you failed 2 tests of 19.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Account.pm                      |  4 ++--
 t/db_dependent/Circulation/Returns.t | 10 +++++++---
 t/db_dependent/Koha/Club/Hold.t      |  2 +-
 xt/yaml_valid.t                      | 12 +++++++++---
 4 files changed, 19 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list