Bugzilla – Attachment 158979 Details for
Bug 12133
Guarantor requirements when registering a patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12133: (follow-up) Fix failing tests
Bug-12133-follow-up-Fix-failing-tests.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2023-11-15 11:12:32 UTC
(
hide
)
Description:
Bug 12133: (follow-up) Fix failing tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-11-15 11:12:32 UTC
Size:
1.06 KB
patch
obsolete
>From 6a9b6a2e001c481aba79d4a16a4fd8af3712250d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 15 Nov 2023 12:11:39 +0100 >Subject: [PATCH] Bug 12133: (follow-up) Fix failing tests > >Tests were still failing > > # Failed test 'No tests run for subtest "Test where parameter for SendQueuedMessages"' > # at t/db_dependent/Letters.t line 1274. > [Child patron needs a guarantor]# Looks like your test exited with 11 just after 97. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/Letters.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Letters.t b/t/db_dependent/Letters.t >index 9f888030b2d..ade28f89ad5 100755 >--- a/t/db_dependent/Letters.t >+++ b/t/db_dependent/Letters.t >@@ -1168,6 +1168,8 @@ subtest 'Test guarantor handling in SendQueuedMessages' => sub { > > # clear borrower queue > Koha::Notice::Messages->find($message_id)->delete; >+ >+ t::lib::Mocks::mock_preference( 'ChildNeedsGuarantor', 0 ); > }; > > subtest 'get_item_content' => sub { >-- >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 12133
:
27517
|
27584
|
33459
|
91482
|
94371
|
94538
|
94544
|
99629
|
113099
|
113100
|
134013
|
134014
|
134015
|
146827
|
147440
|
148058
|
148070
|
152706
|
153082
|
153154
|
154300
|
154316
|
156387
|
156446
|
156447
|
158344
|
158345
|
158346
|
158919
| 158979