From af2f8916f920c2ac2876c9a85a4e4737ab8a6d60 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 7 Oct 2010 04:12:55 -0700 Subject: 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.) --- xt/lib/Bugzilla/Test/Search/Constants.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xt/lib') 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, -- cgit v1.2.3-24-g4f1b