[koha-commits] main Koha release repository branch master updated. v19.05.00-220-g466f99e

Git repo owner gitmaster at git.koha-community.org
Wed Jun 26 10:22:42 CEST 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  466f99e44230968aeb51598e50f65d212941c5b4 (commit)
      from  6c773a891704ee94c0e8159048c3c1aec62986d3 (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 466f99e44230968aeb51598e50f65d212941c5b4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 25 17:43:41 2019 -0500

    Bug 23211: Prevent SIP/Transaction.t to fail randomly
    
    The checkout failed because patron's category is the one used for statistics (category_type=X).
    
    To recreate the failure:
    modified: t/db_dependent/SIP/Transaction.t
    @ Transaction.t:37 @ subtest fill_holds_at_checkout => sub {
         plan tests => 6;
    
    -    my $category = $builder->build({ source => 'Category' });
    +    my $category = $builder->build({ source => 'Category', value => { category_type => 'X' }});
         my $branch   = $builder->build({ source => 'Branch' });
         my $borrower = $builder->build({ source => 'Borrower', value =>{
             branchcode => $branch->{branchcode},
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list