[koha-commits] main Koha release repository branch master updated. v16.05.00-1405-g4366a0b

Git repo owner gitmaster at git.koha-community.org
Fri Nov 18 15:05:22 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  4366a0b4699c9c16ce63e36fe7e5c3c0317c17e6 (commit)
      from  01097457ee8958386712f450200d816a1fdfaf7c (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 4366a0b4699c9c16ce63e36fe7e5c3c0317c17e6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Nov 17 12:29:14 2016 -0300

    Bug 17653: Remove itemtype-related t/db_dependent/Circulation* warnings
    
    This patch makes t/db_dependent/Circulation* create
    good sample data for its tests. It does so by creating a random
    itemtype.
    
    To test:
    - Run
      $ prove t/db_dependent/Circulation*
    => FAIL: lots of warnings about "item-level_itypes set but no itemtype
    set for item"
    - Apply the patch
    - Run:
      $ prove t/db_dependent/Circulation*
    => SUCCESS: Tests are green, and no warnings.
    - Sign off :-D
    
    Sponsored-by: ByWater Solutions
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/Circulation/CheckIfIssuedToPatron.t |   26 ++++--
 t/db_dependent/Circulation/IsItemIssued.t          |   14 +--
 t/db_dependent/Circulation/transfers.t             |   91 ++++++++++++--------
 3 files changed, 80 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list