[koha-commits] main Koha release repository branch master updated. v16.11.00-27-g2dd4ecb

Git repo owner gitmaster at git.koha-community.org
Mon Dec 5 16:31:34 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  2dd4ecb4c7e0c9b717d6b6dec42ec3ad735236be (commit)
      from  0b71fda3d591266fb02a11c9fbbaff04de1aafa6 (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 2dd4ecb4c7e0c9b717d6b6dec42ec3ad735236be
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Dec 2 14:19:22 2016 -0300

    Bug 17714: Remove itemtype-related t/db_dependent/Members/* warnings
    
    This patch makes t/db_dependent/Members/* create
    good sample data for its tests. It does so by creating a random
    itemtype.
    
    To test:
    - Run
      $ prove t/db_dependent/Members/*
    => FAIL: lots of warnings about "item-level_itypes set but no itemtype
    set for item"
    - Apply the patch
    - Run:
      $ prove t/db_dependent/Members/*
    => SUCCESS: Tests are green, and no warnings.
    - Sign off :-D
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/Members/GetAllIssues.t     |   45 ++++++++++++++++++++--------
 t/db_dependent/Members/GetOverdues.t      |   41 +++++++++++++++++--------
 t/db_dependent/Members/GetPendingIssues.t |   46 +++++++++++++++++++++--------
 3 files changed, 94 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list