Bugzilla – Attachment 71974 Details for
Bug 20250
NoIssuesChargeGuarantees.t is still failing randomly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20250: (bug 19529 follow-up) Prevent NoIssuesChargeGuarantees.t to fail randomly
Bug-20250-bug-19529-follow-up-Prevent-NoIssuesChar.patch (text/plain), 1.30 KB, created by
Jonathan Druart
on 2018-02-19 20:41:02 UTC
(
hide
)
Description:
Bug 20250: (bug 19529 follow-up) Prevent NoIssuesChargeGuarantees.t to fail randomly
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-02-19 20:41:02 UTC
Size:
1.30 KB
patch
obsolete
>From 673a40d2acc5c8c58b7f3e7e6d11c329d0587fc6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 19 Feb 2018 17:40:06 -0300 >Subject: [PATCH] Bug 20250: (bug 19529 follow-up) Prevent > NoIssuesChargeGuarantees.t to fail randomly > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/Circulation/NoIssuesChargeGuarantees.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >index 6c0a267636..e07ddb1e1e 100644 >--- a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >+++ b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >@@ -47,7 +47,7 @@ my $patron = $builder->build_object( > { > class => 'Koha::Patrons', > value => { >- patron_category => $patron_category->{categorycode}, >+ categorycode => $patron_category->{categorycode}, > } > } > ); >@@ -56,7 +56,7 @@ my $guarantee = $builder->build( > source => 'Borrower', > value => { > guarantorid => $patron->borrowernumber, >- patron_category => $patron_category->{categorycode}, >+ categorycode => $patron_category->{categorycode}, > } > } > ); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20250
: 71974