Bugzilla – Attachment 144364 Details for
Bug 32351
Fix all TestBuilder calls failing due to wrong column names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32351: Fix t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
Bug-32351-Fix-tdbdependentCirculationNoIssuesCharg.patch (text/plain), 975 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-30 18:58:42 UTC
(
hide
)
Description:
Bug 32351: Fix t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-30 18:58:42 UTC
Size:
975 bytes
patch
obsolete
>From 261949117132f95e6ab811c6306559944b173ced Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 30 Nov 2022 15:48:18 -0300 >Subject: [PATCH] Bug 32351: Fix > t/db_dependent/Circulation/NoIssuesChargeGuarantees.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Circulation/NoIssuesChargeGuarantees.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >index 84ad699d892..4d24c93f5ff 100755 >--- a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >+++ b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >@@ -49,7 +49,7 @@ my $guarantee = $builder->build_object( > { > class => 'Koha::Patrons', > value => { >- patron_category => $patron_category->{categorycode}, >+ categorycode => $patron_category->{categorycode}, > } > } > ); >-- >2.34.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 32351
:
144236
|
144240
|
144243
|
144244
|
144249
|
144250
|
144251
|
144252
|
144353
|
144354
|
144355
|
144356
|
144357
|
144358
|
144359
|
144360
|
144361
|
144362
|
144363
| 144364 |
144365