[koha-commits] main Koha release repository branch master updated. v17.11.00-1057-gaaea465

Git repo owner gitmaster at git.koha-community.org
Thu Apr 5 16:03:45 CEST 2018


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  aaea46594215c88b4459cd882f1d869faeb2e2d8 (commit)
       via  b76ad51b9d45d67746bddf27a9376e810c1b2d1e (commit)
      from  c3f9b750e22b87f6f699bf608cc90fa91cd1ef58 (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 aaea46594215c88b4459cd882f1d869faeb2e2d8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Apr 5 10:06:37 2018 -0300

    Bug 20191: (QA follow-up) Require Jessie's Test::MockTime
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b76ad51b9d45d67746bddf27a9376e810c1b2d1e
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Apr 5 01:31:38 2018 +0000

    Bug 20191: Use Test::MockTime to hold time still
    
    The problem is the calls to HTTP::OAI::Header, etc.
    may reference gmtime which is continually changing by
    the second. By forcing time to lock for all the tests,
    except the last one, we can be assured things should
    not fail.
    
    TEST PLAN
    ---------
    install libtest-mocktime-perl
    apply the patch
    restart_all
    in kshell, prove t/db_dependent/OAI/Server.t
    run koha qa test tools
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm |    5 +++++
 t/db_dependent/OAI/Server.t      |   17 +++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list