Bugzilla – Attachment 131292 Details for
Bug 25616
Uppercase hard coded lower case boolean operators for Elasticsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25616: (follow-up) Fix t/Search.t
Bug-25616-follow-up-Fix-tSearcht.patch (text/plain), 1.20 KB, created by
Fridolin Somers
on 2022-03-02 18:54:46 UTC
(
hide
)
Description:
Bug 25616: (follow-up) Fix t/Search.t
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-03-02 18:54:46 UTC
Size:
1.20 KB
patch
obsolete
>From 8454871bddc1dd89a1efdbda1264a92dc356d12b Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 2 Mar 2022 08:52:54 -1000 >Subject: [PATCH] Bug 25616: (follow-up) Fix t/Search.t > >--- > t/Search.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/Search.t b/t/Search.t >index 11d6eb54b7..4cde2c3ddf 100755 >--- a/t/Search.t >+++ b/t/Search.t >@@ -87,11 +87,11 @@ subtest "_build_initial_query tests" => sub { > > ($query,$query_cgi,$query_desc,$previous_operand) = > C4::Search::_build_initial_query($params); >- is( $query, "query and parsed_operand", >+ is( $query, "query AND parsed_operand", > "\$query built correctly (no operator)"); >- is( $query_cgi, "query_cgi&op=%20and%20&idx=index&q=original_operand", >+ is( $query_cgi, "query_cgi&op=%20AND%20&idx=index&q=original_operand", > "\$query_cgi built correctly (no operator)"); >- is( $query_desc, "query_desc and index_plus original_operand", >+ is( $query_desc, "query_desc AND index_plus original_operand", > "\$query_desc build correctly (no operator)"); > is( $previous_operand, "previous_operand", > "\$query build correctly (no operator)"); >-- >2.35.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 25616
:
105411
|
130029
|
130588
|
130589
|
130914
|
130915
|
130916
|
131019
|
131020
|
131021
|
131022
|
131161
|
131162
|
131163
|
131164
| 131292 |
131293