[koha-commits] main Koha release repository branch master updated. v17.05.00-712-gcb26219

Git repo owner gitmaster at git.koha-community.org
Tue Oct 3 20:26:32 CEST 2017


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  cb26219903c30ee6acce926d4a1bb6152f35668c (commit)
       via  0b0059afb42aca25a3d10dfb372c2b26adcd6e41 (commit)
      from  a2cc68e8b7a33dd7983c2125e32ba269777b8ace (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 cb26219903c30ee6acce926d4a1bb6152f35668c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 3 14:16:02 2017 -0300

    Bug 19403: Prevent Circulation.t to fail randomly
    
    Due to the number of test cases handle by CanBookBeIssued, Circulation.t
    fails randomly. To prevent that it is better to set some values.
    For instance if the patron is a statistical patron (category_type=X),
    the subroutine will return a STATS flag.
    
    This patch also adds a subroutine to the test file to display the keys
    of $error, $question and $alert set by CanBookBeIssued.
    It will be easier to track other random failures.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0b0059afb42aca25a3d10dfb372c2b26adcd6e41
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 3 14:15:47 2017 -0300

    Bug 19403: Add some default values when building patrons for test
    
    To avoid some tests to fail randomly
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 t/db_dependent/Circulation.t |   96 ++++++++++++++++++++++--------------------
 t/lib/TestBuilder.pm         |    4 ++
 2 files changed, 55 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list