summaryrefslogtreecommitdiffstats
path: root/xt
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-07 13:12:55 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-07 13:12:55 +0200
commitaf2f8916f920c2ac2876c9a85a4e4737ab8a6d60 (patch)
tree26df17b0e4c7b7ebd3e13eb0621d95cbe5314a10 /xt
parent02a049703de6055f09f44f89a5a821814696ce32 (diff)
downloadbugzilla-af2f8916f920c2ac2876c9a85a4e4737ab8a6d60.tar.gz
bugzilla-af2f8916f920c2ac2876c9a85a4e4737ab8a6d60.tar.xz
Fix the xt/search.t test to not have a testfail (orange) result on MySQL.
(Just some missing "this test is OK" bits for longdescs.count injection tests.)
Diffstat (limited to 'xt')
-rw-r--r--xt/lib/Bugzilla/Test/Search/Constants.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm
index de96ba1d2..897ece1c9 100644
--- a/xt/lib/Bugzilla/Test/Search/Constants.pm
+++ b/xt/lib/Bugzilla/Test/Search/Constants.pm
@@ -1208,11 +1208,11 @@ use constant INJECTION_BROKEN_FIELD => {
'longdescs.count' => {
search => 1,
db_skip => ['Pg'],
- operator_ok => [qw(allwordssubstr anywordssubstr casesubstring
+ operator_ok => [qw(allwords allwordssubstr anywordssubstr casesubstring
changedbefore changedafter greaterthan greaterthaneq
lessthan lessthaneq notregexp notsubstring
nowordssubstr regexp substring anywords
- notequals nowords)],
+ notequals nowords equals anyexact)],
},
keywords => {
search => 1,