jenkins-bot has submitted this change and it was merged.

Change subject: Tests for boolean operators around quotes
......................................................................


Tests for boolean operators around quotes

Bug: 56239
Change-Id: I306e16d04c41deb5744d4050025c8bae836159fe
---
M tests/browser/features/full_text.feature
1 file changed, 4 insertions(+), 5 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/browser/features/full_text.feature 
b/tests/browser/features/full_text.feature
index 51afed3..e6d52c5 100644
--- a/tests/browser/features/full_text.feature
+++ b/tests/browser/features/full_text.feature
@@ -393,11 +393,10 @@
   |          query          |
   | catapult OR África      |
   | África \|\| catapult    |
-# Bug 56239
-#  | catapult OR "África"   |
-#  | catapult \|\| "África" |
-#  | "África" OR catapult   |
-#  | "África" \|\| catapult |
+  | catapult OR "África"   |
+  | catapult \|\| "África" |
+  | "África" OR catapult   |
+  | "África" \|\| catapult |
 
   @boolean_operators @setup_main
   Scenario Outline: boolean operators in bad positions in the query are ignored

-- 
To view, visit https://gerrit.wikimedia.org/r/93725
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I306e16d04c41deb5744d4050025c8bae836159fe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to