Bugzilla – Attachment 131023 Details for
Bug 30153
FindDuplicate ElasticSearch should not use lowercase 'and'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30153: (QA follow-up) Fix unit tests
Bug-30153-QA-follow-up-Fix-unit-tests.patch (text/plain), 1.04 KB, created by
Martin Renvoize (ashimema)
on 2022-02-22 16:28:50 UTC
(
hide
)
Description:
Bug 30153: (QA follow-up) Fix unit tests
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-22 16:28:50 UTC
Size:
1.04 KB
patch
obsolete
>From c5d389c484184d7ee55a71b08135c7bd68df1690 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 22 Feb 2022 16:28:19 +0000 >Subject: [PATCH] Bug 30153: (QA follow-up) Fix unit tests > >--- > t/db_dependent/Search.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index 6a1abe54a3..d320ebf503 100755 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -946,7 +946,7 @@ subtest 'FindDuplicate' => sub { > t::lib::Mocks::mock_preference('searchEngine', $engine ); > > warning_is { C4::Search::FindDuplicate($record_1);} >- q/ti,ext:"The night circus \/" and au,ext:"Morgenstern, Erin"/,"Term correctly formed and passed to $engine"; >+ q/ti,ext:"The night circus \/" AND au,ext:"Morgenstern, Erin"/,"Term correctly formed and passed to $engine"; > > warning_is { C4::Search::FindDuplicate($record_2);} > q/ti,ext:"The book of nothing \/"/,"Term correctly formed and passed to $engine"; >-- >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 30153
:
131014
|
131016
| 131023