[koha-commits] main Koha release repository branch master updated. v19.05.00-1323-gfda209c

Git repo owner gitmaster at git.koha-community.org
Tue Nov 19 16:40:24 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  fda209ca505a2a0e0099788aa5f654601f1caf07 (commit)
       via  cbe22553fe4bdcb9bf1bfc127dd4371f09ef43e9 (commit)
       via  5df9c63eea6ecbd75079dbd62759db01927548dd (commit)
      from  24f780e22f68fb0e5968ae065cf0f73a9c978799 (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 fda209ca505a2a0e0099788aa5f654601f1caf07
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 19 10:14:31 2019 +0100

    Bug 24062: Make sure TestBuilder will stop generate X or other invalid category's types
    
    To make sure this kind of random failures will not appear in a future we
    are going to fix it at TestBuilder level.
    
    Test plan:
      prove t/db_dependent/TestBuilder.t
    and confirm it returns green
    
    You could also only apply the tests against master, run them several
    times and confirm that they fail most of the time.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cbe22553fe4bdcb9bf1bfc127dd4371f09ef43e9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 19 09:40:07 2019 +0100

    Bug 24062: Fix the failing test
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5df9c63eea6ecbd75079dbd62759db01927548dd
Author: Magnus Enger <magnus at libriotech.no>
Date:   Mon Nov 18 21:41:45 2019 +0100

    Bug 24064: DUEDGST typoed as DUEGST
    
    Bug 20478 introduced a typo where the letter code DUEDGST was changed
    to DUEGST. This patch fixes it.
    
    To test:
    - Run "grep -r DUEDGST *" on the Koha git repo. Notice that this letter
      code is used in e.g. sample notices.
    - Run "grep -r DUEGST *" and notice that this code only occurs twice,
      in misc/cronjobs/advance_notices.pl.
    - Aply this patch.
    - Run "grep -r DUEGST *" again, and notice there are no more occurences
      of this typo.
    
    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:
 misc/cronjobs/advance_notices.pl |    4 ++--
 t/db_dependent/Circulation.t     |   21 +++++++++------------
 t/db_dependent/TestBuilder.t     |   13 ++++++++++++-
 t/lib/TestBuilder.pm             |    6 +++++-
 4 files changed, 28 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list