[koha-commits] main Koha release repository branch master updated. v19.11.00-1041-g0706922221

Git repo owner gitmaster at git.koha-community.org
Mon Mar 9 12:06:06 CET 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  0706922221dcdf9fa8ed7fcf86245c5622f33a3c (commit)
       via  79f2230c5dbb867f56f278883c8d527c9944c236 (commit)
      from  b952563a3bdb8581a066bcff51b274d1ce614f5f (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 0706922221dcdf9fa8ed7fcf86245c5622f33a3c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Mar 6 14:47:00 2020 +0000

    Bug 24817: Replace sleep calls with date setting in test data
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 79f2230c5dbb867f56f278883c8d527c9944c236
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Mar 6 08:25:39 2020 +0000

    Bug 24817: Add sleep between db create actions
    
    We need to allow some time to pass between calls that add cash register
    lines to accountlines or cash_register_actions. We use database level
    triggers to maintain the timestamp fields, so cannot use Time::Fake, and
    the methods we are testing assume that, as human interactions, there
    will be at least a second between the last 'sale' on a cash register and
    the 'cashup' of that same cash register.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Cash/Register.pm               | 2 +-
 t/db_dependent/Koha/Cash/Register.t | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list