Bugzilla – Attachment 109838 Details for
Bug 26250
Test suite does not pass if Elastic is used as search engine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26250: Fix regressions.t when SearchEngine=ES
Bug-26250-Fix-regressionst-when-SearchEngineES.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2020-09-10 08:42:19 UTC
(
hide
)
Description:
Bug 26250: Fix regressions.t when SearchEngine=ES
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-09-10 08:42:19 UTC
Size:
1.09 KB
patch
obsolete
>From 48504877c0be5a2296c2dc0918c973f6ae8fba60 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 10 Sep 2020 10:41:32 +0200 >Subject: [PATCH] Bug 26250: Fix regressions.t when SearchEngine=ES > >Prior to this patch it failed with: >t/db_dependent/selenium/regressions.t .. 5/5 Can't call method "leader" on an undefined value at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 548. >--- > t/db_dependent/selenium/regressions.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/regressions.t b/t/db_dependent/selenium/regressions.t >index 98fcf091e5..3ee8fa190c 100644 >--- a/t/db_dependent/selenium/regressions.t >+++ b/t/db_dependent/selenium/regressions.t >@@ -183,7 +183,7 @@ subtest 'Display circulation table correctly' => sub { > or diag( > "thead: $thead_length ; tfoot: $tfoot_length ; tbody: $tbody_length"); > >- push @cleanup, $patron->checkouts, $item->biblio, $item, $patron, >+ push @cleanup, $patron->checkouts, $item, $item->biblio, $patron, > $patron->category, $library; > }; > >-- >2.20.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 26250
:
108590
|
108591
|
108623
|
108627
|
108730
|
108731
|
109208
|
109209
| 109838