From: Max Kanat-Alexander Date: Thu, 7 Oct 2010 11:12:55 +0000 (-0700) Subject: Fix the xt/search.t test to not have a testfail (orange) result on MySQL. X-Git-Tag: bugzilla-4.1.1~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2f8916f920c2ac2876c9a85a4e4737ab8a6d60;p=thirdparty%2Fbugzilla.git 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.) --- diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index de96ba1d28..897ece1c9c 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,