[koha-commits] main Koha release repository branch master updated. v19.05.00-1211-g549a09c

Git repo owner gitmaster at git.koha-community.org
Mon Nov 4 18:50:17 CET 2019


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  549a09c52178937af28cc11c5bfa7f00cbced1b5 (commit)
      from  c4466e7d714d32808ee2e553320431005ec7cc69 (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 549a09c52178937af28cc11c5bfa7f00cbced1b5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 24 12:29:23 2019 +0200

    Bug 23234: Mock DateTime->now using the time zone
    
    The timezone of the two dt was different, one was UTC, the other one was
    my local one.
    When we mocked DateTime->now we did not use the time zone, we must use
    dt_from_string instead
    
    Test plan:
    Make sure your environment has a different time zone than UTC
    `prove t/db_dependent/Circulation.t` should fail without this patch
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list