Bugzilla – Attachment 111609 Details for
Bug 19382
Add ability to block guarantees based on fees owed by guarantor and other guarantees
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19382: Adjust comment in test
Bug-19382-Adjust-comment-in-test.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2020-10-14 12:20:12 UTC
(
hide
)
Description:
Bug 19382: Adjust comment in test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-10-14 12:20:12 UTC
Size:
1.03 KB
patch
obsolete
>From fd0639a51c064729150c03626e109052f247c8e4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 14 Oct 2020 14:19:27 +0200 >Subject: [PATCH] Bug 19382: Adjust comment in test > >--- > t/db_dependent/Koha/Patron.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Patron.t b/t/db_dependent/Koha/Patron.t >index dbdbf73c82..1b0d24552a 100755 >--- a/t/db_dependent/Koha/Patron.t >+++ b/t/db_dependent/Koha/Patron.t >@@ -139,7 +139,7 @@ sub _test_combinations { > # C1 => P1 + P2 + C1 + C2 ( - C1 ) > # C2 => P1 + P2 + C1 + C2 ( - C2 ) > >-# 3 params, count from 0 to 6 in binary ( 3 places ) to get the set of switches, then do that 4 times, one for each parent and child >+# 3 params, count from 0 to 7 in binary ( 3 places ) to get the set of switches, then do that 4 times, one for each parent and child > for my $i ( 0 .. 7 ) { > my ( $only_this_guarantor, $include_guarantors, $include_this_patron ) > = split '', sprintf( "%03b", $i ); >-- >2.20.1
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 19382
:
97234
|
97235
|
97303
|
99196
|
102090
|
106534
|
107344
|
109210
|
109211
|
109349
|
109357
|
109634
|
109635
|
109636
|
109841
|
109937
|
111570
|
111571
|
111572
|
111573
|
111574
| 111609