From 08fd93d55ee43bfacabb5d5cd7352bbfe7389288 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 14 Jul 2010 22:33:40 -0700 Subject: Bug 578888: Search.pm: Add and store joins as data structures instead of raw SQL. r=mkanat, a=mkanat (module owner) --- xt/lib/Bugzilla/Test/Search/Constants.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xt/lib') diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index 9e70caf5a..11a7760e2 100644 --- a/xt/lib/Bugzilla/Test/Search/Constants.pm +++ b/xt/lib/Bugzilla/Test/Search/Constants.pm @@ -363,10 +363,8 @@ use constant KNOWN_BROKEN => { anyexact => { percentage_complete => { contains => [2] }, }, - # bug_group anywordssubstr returns all our bugs. Not sure why. anywordssubstr => { percentage_complete => { contains => [2] }, - bug_group => { contains => [3,4,5] }, }, 'allwordssubstr-<1>' => { ALLWORDS_BROKEN }, @@ -389,16 +387,13 @@ use constant KNOWN_BROKEN => { }, # anywords searches don't work on decimal values. - # bug_group anywords returns all bugs. # attach_data doesn't work (perhaps because it's the entire # data, or some problem with the regex?). anywords => { 'attach_data.thedata' => { contains => [1] }, - bug_group => { contains => [2,3,4,5] }, work_time => { contains => [1] }, }, 'anywords-<1> <2>' => { - bug_group => { contains => [3,4,5] }, percentage_complete => { contains => [2] }, 'attach_data.thedata' => { contains => [1,2] }, work_time => { contains => [1,2] }, -- cgit v1.2.3-24-g4f1b