[koha-commits] main Koha release repository branch master updated. v19.11.00-2192-g33a44e4383

Git repo owner gitmaster at git.koha-community.org
Wed May 13 10:36:09 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, master has been updated
       via  33a44e438376a567966e80100c1ef4a3c06b215d (commit)
      from  5bff65dd7a76f69d3cfb91c5e4806b3618edf3b3 (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 33a44e438376a567966e80100c1ef4a3c06b215d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 13 09:57:40 2020 +0200

    Bug 24161: Fix failing test (when running slow)
    
    We "mocked" the claim date to make sure we were not going to hit this
    problem, but it's not done on the correct claim, it should be done on
    the last one (so second).
    
    from Koha::Acq::Order->claimed_date
    
    294     my $last_claim = $self->claims->last;
    295     return unless $last_claim;
    296     return $last_claim->claimed_on;
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 t/db_dependent/Koha/Acquisition/Order.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list