Bugzilla – Attachment 144240 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: Holds.t - remove wrong column reference
Bug-32351-Holdst---remove-wrong-column-reference.patch (text/plain), 954 bytes, created by
Marcel de Rooy
on 2022-11-25 11:10:40 UTC
(
hide
)
Description:
Bug 32351: Holds.t - remove wrong column reference
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-11-25 11:10:40 UTC
Size:
954 bytes
patch
obsolete
>From a3429cf2e2630b6ff9290bdf84072fb7b83b3ad0 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 25 Nov 2022 10:50:01 +0000 >Subject: [PATCH] Bug 32351: Holds.t - remove wrong column reference >Content-Type: text/plain; charset=utf-8 > >Found by bug 32350. >The test does not need this value at all.. > >Test plan: >Run test. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Koha/Holds.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Holds.t b/t/db_dependent/Koha/Holds.t >index 5a86d76261..b292672a1c 100755 >--- a/t/db_dependent/Koha/Holds.t >+++ b/t/db_dependent/Koha/Holds.t >@@ -650,7 +650,6 @@ subtest 'Test Koha::Hold::item_group' => sub { > my $item_group = $builder->build_object( > { > class => 'Koha::Biblio::ItemGroups', >- value => { biblionumber => $item->biblionumber } > } > ); > my $reserve_id = AddReserve( >-- >2.30.2
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