Bugzilla – Attachment 144359 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 Circulation.t
Bug-32351-Fix-Circulationt.patch (text/plain), 1.25 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-30 18:57:54 UTC
(
hide
)
Description:
Bug 32351: Fix Circulation.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-30 18:57:54 UTC
Size:
1.25 KB
patch
obsolete
>From bbdb5888d8e88b4da0223e0619ada803c779b660 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 25 Nov 2022 12:55:39 +0100 >Subject: [PATCH] Bug 32351: Fix Circulation.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Circulation.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index be02501f421..0ba8d69742c 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -2857,7 +2857,7 @@ subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub { > { > class => 'Koha::Patrons', > value => { >- library => $library->branchcode, >+ branchcode => $library->branchcode, > categorycode => $patron_category->{categorycode} > } > } >@@ -2866,7 +2866,7 @@ subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub { > { > class => 'Koha::Patrons', > value => { >- library => $library->branchcode, >+ branchcode => $library->branchcode, > 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