[koha-commits] main Koha release repository branch master updated. v16.11.00-902-g1183cff

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 20:12:27 CEST 2017


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  1183cfff75773c4ac2acf8fb3386f2fd7f97d4ff (commit)
       via  f762ee4a1bcdd50ab3d4ec908cda7dede4ca6622 (commit)
       via  5841aeb8f20098fd54db6dfee12cc13b8a994851 (commit)
       via  e2d14666d9762a6742a326b67f4296f6269c4d4c (commit)
      from  6527b3b67506db0289997eb9bb98647fa1967a55 (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 1183cfff75773c4ac2acf8fb3386f2fd7f97d4ff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 12 15:20:10 2017 -0300

    Bug 18182: Fix Koha::RefundLostItemFeeRules
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    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: Kyle M Hall <kyle at bywatersolutions.com>

commit f762ee4a1bcdd50ab3d4ec908cda7dede4ca6622
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 12 15:19:33 2017 -0300

    Bug 18182: Tests all Koha::Objects-based modules
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Added test description on line 387.
    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: Kyle M Hall <kyle at bywatersolutions.com>

commit 5841aeb8f20098fd54db6dfee12cc13b8a994851
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 31 13:32:55 2017 +0200

    Bug 18182: [QA Follow-up] Fix a few typos, consistent rollback
    
    Since we here only use one rollback and this test does not care, it is
    more consistent to keep that pattern.
    Additionally, promoting two globals to our.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    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: Kyle M Hall <kyle at bywatersolutions.com>

commit e2d14666d9762a6742a326b67f4296f6269c4d4c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Feb 28 09:08:38 2017 -0300

    Bug 18182: Make TestBuilder capable of returning Koha::Object
    
    This patch adds a new method to t::lib::TestBuilder so it can return
    Koha::Object-derived objects. The new method is called ->build_object
    and requires the plural of the target class to be passed.
    
    'class' is a mandatory param, and a warning is raised and undef is
    returned if absent.
    
    It accepts 'value' as the original ->build() method, and that is passed as-is
    to ->build().
    
    To test:
    - Apply the patches
    - Run:
      $ sudo koha-shell kohadev
     k$ cd kohaclone
     k$ prove t/db_dependent/TestBuilder.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Sponsored-by: ByWater Solutions
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    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: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/RefundLostItemFeeRules.pm |    2 ++
 t/db_dependent/TestBuilder.t   |   58 +++++++++++++++++++++++++++++++++++-----
 t/lib/TestBuilder.pm           |   38 ++++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list