Bugzilla – Attachment 174585 Details for
Bug 33641
We should record return library in old checkouts (oldissues)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33641: (Follow-up) Fix Indexer.t
Bug-33641-Follow-up-Fix-Indexert.patch (text/plain), 830 bytes, created by
Matt Blenkinsop
on 2024-11-15 14:48:03 UTC
(
hide
)
Description:
Bug 33641: (Follow-up) Fix Indexer.t
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-11-15 14:48:03 UTC
Size:
830 bytes
patch
obsolete
>From 49d9a130e36fea9c9abc4f6d149c3707d69cfd95 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 15 Nov 2024 14:47:46 +0000 >Subject: [PATCH] Bug 33641: (Follow-up) Fix Indexer.t > >--- > t/db_dependent/Koha/SearchEngine/Indexer.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Koha/SearchEngine/Indexer.t b/t/db_dependent/Koha/SearchEngine/Indexer.t >index 6b43164f69d..0240935179d 100755 >--- a/t/db_dependent/Koha/SearchEngine/Indexer.t >+++ b/t/db_dependent/Koha/SearchEngine/Indexer.t >@@ -69,6 +69,7 @@ subtest 'Test indexer calls' => sub { > skip 'Elasticsearch configuration not available', 20 > if scalar @engines == 1; > } >+ t::lib::Mocks::mock_userenv(); > > t::lib::Mocks::mock_preference( 'AutoLinkBiblios', 0 ); > >-- >2.39.3 (Apple Git-146)
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 33641
:
170105
|
170106
|
170107
|
170108
|
170109
|
170110
|
170111
|
170138
|
170139
|
170140
|
170141
|
173562
|
173563
|
173564
|
173565
|
174510
|
174511
|
174512
|
174513
|
174514
|
174536
|
174538
|
174569
|
174570
|
174571
|
174572
|
174573
|
174574
|
174584
| 174585