Bugzilla – Attachment 149858 Details for
Bug 32450
Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32450: (QA follow-up) Fix failing tests
Bug-32450-QA-follow-up-Fix-failing-tests.patch (text/plain), 1.79 KB, created by
Matt Blenkinsop
on 2023-04-19 10:34:01 UTC
(
hide
)
Description:
Bug 32450: (QA follow-up) Fix failing tests
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-04-19 10:34:01 UTC
Size:
1.79 KB
patch
obsolete
>From 87f6507b2c73860cb8375e376e71d6ef0b84563b Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 19 Apr 2023 10:27:59 +0000 >Subject: [PATCH] Bug 32450: (QA follow-up) Fix failing tests > >This patch fixes the failing tests in t/db_dependent/SIP/Patron.t > >Test plan: >Run prove -v t/db_dependent/SIP/Patron.t and all tests should pass >--- > t/db_dependent/SIP/Patron.t | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/db_dependent/SIP/Patron.t b/t/db_dependent/SIP/Patron.t >index 04baa9e7bc..63047f8af8 100755 >--- a/t/db_dependent/SIP/Patron.t >+++ b/t/db_dependent/SIP/Patron.t >@@ -296,6 +296,7 @@ subtest "NoIssuesChargeGuarantees tests" => sub { > value => { > borrowernumber => $patron->borrowernumber, > amountoutstanding => 11, >+ debit_type_code => 'OVERDUE', > } > } > )->store; >@@ -306,6 +307,7 @@ subtest "NoIssuesChargeGuarantees tests" => sub { > value => { > borrowernumber => $child->borrowernumber, > amountoutstanding => 0.11, >+ debit_type_code => 'OVERDUE', > } > } > )->store; >@@ -346,6 +348,7 @@ subtest "NoIssuesChargeGuarantorsWithGuarantees tests" => sub { > value => { > borrowernumber => $patron->borrowernumber, > amountoutstanding => 11, >+ debit_type_code => 'OVERDUE', > } > } > )->store; >@@ -356,6 +359,7 @@ subtest "NoIssuesChargeGuarantorsWithGuarantees tests" => sub { > value => { > borrowernumber => $child->borrowernumber, > amountoutstanding => 0.11, >+ debit_type_code => 'OVERDUE', > } > } > )->store; >-- >2.37.1 (Apple Git-137.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 32450
:
145080
|
145081
|
145127
|
145128
|
145171
|
145172
|
145189
|
145190
|
145191
|
145194
|
145198
|
147563
|
149653
|
149654
|
149655
|
149656
|
149657
|
149658
|
149659
|
149660
|
149858
|
149859
|
149872
|
149873
|
149874
|
149875
|
149876
|
149877
|
149878
|
149879
|
149880
|
149881
|
149882