[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-182-gf0791ad68b

Git repo owner gitmaster at git.koha-community.org
Mon Aug 17 18:06:53 CEST 2020


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, 20.05.x has been updated
       via  f0791ad68b491dcbe183073160fc05112e3fd1df (commit)
       via  c2a765959a0ff251f613db753c136af14a96e1dd (commit)
      from  010f8a588520279d2d1c61d43e643000a0143cc2 (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 f0791ad68b491dcbe183073160fc05112e3fd1df
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 31 11:14:20 2020 -0300

    Bug 26114: ILL should mark status=RET only if a return happened
    
    The original code assumed every codepath should be trated as a
    successful check-in. Such is not the case and the regression tests
    verify that the code acknowledges this.
    
    To test:
    1. Apply the regression tests patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/Illrequests.t
    => FAIL: Tests fail
    3. Apply this patch
    4. Repeat 2
    => SUCCESS: Tests pass!
    5. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f916269465df99818fb15c108820d3b666968d39)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit c2a765959a0ff251f613db753c136af14a96e1dd
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 31 11:14:09 2020 -0300

    Bug 26114: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8b106ed9c4b0588502c6dd485de2aec6a80b32c6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm            |  2 +-
 t/db_dependent/Illrequests.t | 64 +++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 64 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list