[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-28-g1993e98edf

Git repo owner gitmaster at git.koha-community.org
Thu Apr 9 22:44:14 CEST 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, 19.05.x has been updated
       via  1993e98edf0c272d6d93e18292a5c8b79da4b458 (commit)
      from  76ecea1430bbbf236ab60064b4c81fe2a60d9d9b (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 1993e98edf0c272d6d93e18292a5c8b79da4b458
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 5 16:27:15 2020 +0100

    Bug 24813: Prevent api/v1/holds.t to fail randomly
    
    Hold cannot be suspended if found=W:
    Koha::Hold->suspend_hold
     90     if ( $self->is_found ) {    # We can't suspend found holds
    
    So when TestBuilder generate a hold with found=W the test fail.
    
    A question however:
    Why did not we have the correct exception displayed somewhere? That
    would be much more helpful to find the problem!
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit c405b03dd367adb7c1c274477865a7444f59c9e9)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list