Commit af2f8916 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

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.)
parent 02a04970
...@@ -1208,11 +1208,11 @@ use constant INJECTION_BROKEN_FIELD => { ...@@ -1208,11 +1208,11 @@ use constant INJECTION_BROKEN_FIELD => {
'longdescs.count' => { 'longdescs.count' => {
search => 1, search => 1,
db_skip => ['Pg'], db_skip => ['Pg'],
operator_ok => [qw(allwordssubstr anywordssubstr casesubstring operator_ok => [qw(allwords allwordssubstr anywordssubstr casesubstring
changedbefore changedafter greaterthan greaterthaneq changedbefore changedafter greaterthan greaterthaneq
lessthan lessthaneq notregexp notsubstring lessthan lessthaneq notregexp notsubstring
nowordssubstr regexp substring anywords nowordssubstr regexp substring anywords
notequals nowords)], notequals nowords equals anyexact)],
}, },
keywords => { keywords => {
search => 1, search => 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment