[koha-commits] main Koha release repository branch master updated. v19.11.00-2194-gb2786e56b9

Git repo owner gitmaster at git.koha-community.org
Wed May 13 11:58:27 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  b2786e56b91d825d06b6e3e6eb5930a72b94ee92 (commit)
       via  0b42afc9a377cf13109a24b57eb777f3d3d08cdf (commit)
      from  33a44e438376a567966e80100c1ef4a3c06b215d (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 b2786e56b91d825d06b6e3e6eb5930a72b94ee92
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri May 8 16:04:17 2020 -0300

    Bug 24368: Comprehensive tests for Koha::Template::Plugin::Branches::pickup_locations
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0b42afc9a377cf13109a24b57eb777f3d3d08cdf
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri May 8 16:01:58 2020 -0300

    Bug 24368: Remove Koha::Libraries->pickup_locations
    
    This patch removes the unused method, and cleans the tests.
    To test:
    1. Verify Koha::Libraries->pickup_locations is not used in the code:
       $ git grep 'Koha::Libraries\->pickup_locations'
    => SUCCESS: no uses
    2. Apply this patch
    3. Run:
       $ kshell
      k$ prove t/db_dependent/Koha/Libraries.t
    => SUCCESS: Tests pass!
    4. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Libraries.pm                         |  72 +------
 t/db_dependent/Koha/Libraries.t           | 335 +-----------------------------
 t/db_dependent/Template/Plugin/Branches.t |  94 ++++++---
 3 files changed, 70 insertions(+), 431 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list