[koha-commits] main Koha release repository branch master updated. v16.11.00-1136-g59b5851

Git repo owner gitmaster at git.koha-community.org
Mon May 29 04:27:59 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  59b58513fe4370e69fd3edb69a9976f4bc41a796 (commit)
      from  a80366439e13fe3682d815c910d2efd7adafe840 (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 59b58513fe4370e69fd3edb69a9976f4bc41a796
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 23 16:33:17 2017 -0300

    Bug 18664: Make IssueSlip returns if params are not valid
    
    Problem raised by bug 17762: IssueSlip should return if the params are
    not valid.
    The tests contain 2 FIXME to highlight this problem already, it's time
    to fix them.
    
    Note that, theoretically, this change may produce software error. Indeed
    the caller expecting a hashref (letter) will access the "content" key.
    But that should not happen.
    
    Test plan:
    Tests must return green
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                      |    1 +
 t/db_dependent/Members/IssueSlip.t |   15 ++-------------
 2 files changed, 3 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list