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, 18.11.x has been updated
       via  496e507122bc3aa26828bb554db8d11562445eb1 (commit)
      from  f8b7a5f5e144e9539c1c7e7fd59904257b0ed33f (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 496e507122bc3aa26828bb554db8d11562445eb1
Author: Jonathan Druart <jonathan.dru...@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.renvo...@ptfs-europe.com>
    (cherry picked from commit 466f99e44230968aeb51598e50f65d212941c5b4)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>
    (cherry picked from commit a38bc661008aecfcc1d2a3f92eb242dd4eabcc96)
    
    Signed-off-by: Lucas Gass <lu...@bywatersolutions.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
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to