Bugzilla – Attachment 144253 Details for
Bug 32353
reserves.item_group_id should be undefined in tests by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32353: Don't generate item group for items in tests
Bug-32353-Dont-generate-item-group-for-items-in-te.patch (text/plain), 1.33 KB, created by
Jonathan Druart
on 2022-11-25 12:08:03 UTC
(
hide
)
Description:
Bug 32353: Don't generate item group for items in tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-11-25 12:08:03 UTC
Size:
1.33 KB
patch
obsolete
>From b29eaeb6ea708d90e4d6739577d684b88a926016 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 25 Nov 2022 13:06:40 +0100 >Subject: [PATCH] Bug 32353: Don't generate item group for items in tests > >See bug 31447, we don't want the tests to deal with potential failures >because of some item groups. >--- > t/db_dependent/Circulation.t | 1 - > t/lib/TestBuilder.pm | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index 0ba8d69742c..f6ce3253f30 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -5717,7 +5717,6 @@ subtest "CanBookBeIssued + needsconfirmation message" => sub { > priority => 1, > found => undef, > suspend => 0, >- item_group_id => $item->item_group > }}); > > my ( $error, $needsconfirmation, $alerts, $messages ); >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index fedcdc718dc..8f90e37b250 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -589,6 +589,7 @@ sub _gen_default_values { > damaged => 0, > materials => undef, > more_subfields_xml => undef, >+ item_group_id => undef, > }, > Category => { > enrolmentfee => 0, >-- >2.25.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 32353
:
144253
|
144254
|
144255
|
144279
|
144957
|
144958
|
146516
|
146517
|
147191