Bugzilla – Attachment 149279 Details for
Bug 32013
Autorenewals is effectively a bulk action and should be treated as such
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32013: Adjust unit tests
Bug-32013-Adjust-unit-tests.patch (text/plain), 1.32 KB, created by
Nick Clemens (kidclamp)
on 2023-04-07 13:41:07 UTC
(
hide
)
Description:
Bug 32013: Adjust unit tests
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-04-07 13:41:07 UTC
Size:
1.32 KB
patch
obsolete
>From 7c6b5818e21ae3e71e72d042ae507945c9b66bba Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 7 Apr 2023 13:35:39 +0000 >Subject: [PATCH] Bug 32013: Adjust unit tests > >--- > t/db_dependent/Koha/SearchEngine/Indexer.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/SearchEngine/Indexer.t b/t/db_dependent/Koha/SearchEngine/Indexer.t >index 82589fe4dc..4ef8bbcc38 100755 >--- a/t/db_dependent/Koha/SearchEngine/Indexer.t >+++ b/t/db_dependent/Koha/SearchEngine/Indexer.t >@@ -285,9 +285,9 @@ subtest 'Test AddRenewal indexer call' => sub { > > warnings_are{ > AddRenewal($patron->borrowernumber, $item->itemnumber, $item->homebranch, undef, undef, undef, 0); >- } [$engine,"Koha::Item"], "index_records is called for $engine when adding a renewal (AddRenewal())"; >+ } [$engine,"C4::Circulation"], "index_records is called for $engine when adding a renewal (AddRenewal())"; > warnings_are{ >- AddRenewal($patron->borrowernumber, $item->itemnumber, undef, undef, undef, undef, 0, 1); >+ AddRenewal($patron->borrowernumber, $item->itemnumber, undef, undef, undef, undef, 0, 1, 1); > } undef, "index_records is not called for $engine when adding a renewal (AddRenewal()) with skip_record_index"; > > } >-- >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 32013
:
144442
|
144464
|
145150
|
145151
|
145152
|
145186
|
145187
|
145188
|
149276
|
149277
|
149278
| 149279