From fd0639a51c064729150c03626e109052f247c8e4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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