]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix the xt/search.t test to not have a testfail (orange) result on MySQL.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 7 Oct 2010 11:12:55 +0000 (04:12 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 7 Oct 2010 11:12:55 +0000 (04:12 -0700)
(Just some missing "this test is OK" bits for longdescs.count injection tests.)

xt/lib/Bugzilla/Test/Search/Constants.pm

index de96ba1d28db25104ecf4c3e8f814076a6aab271..897ece1c9c8e8db1c2c553bd34d4d7a54f0d1266 100644 (file)
@@ -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,