[koha-commits] main Koha release repository branch master updated. v16.11.00-858-geab4d43

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 16:31:56 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  eab4d43a479c20c3708eb0765c9e92ee6f58e7d9 (commit)
      from  37836951d38ed57c7ed5ed702aab1433729ffe0d (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 eab4d43a479c20c3708eb0765c9e92ee6f58e7d9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Apr 19 12:15:46 2017 -0300

    Bug 18460: Fix undefined itemtype warning in Serials.t
    
    This patch makes the test create an itemtype, and use it for the created item so there's no warning.
    
    To test:
    - Run:
      $ prove t/db_dependent/Serials.t
    => FAIL: item-level_itypes set but no itemtype set... warning raised
    - Apply the patch
    - Run:
      $ prove t/db_dependent/Serials.t
    => SUCCESS: Tests pass and no warning is raised
    - Sign off :-D
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    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:
 t/db_dependent/Serials.t |   27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list