diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 01:32:39 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 01:32:39 +0200 |
commit | 133243acf0b7dac6c8e4bfdf454dff27c44ac17e (patch) | |
tree | 061dfeee6764bb9537bd5f7fc28d1ca02d25d234 /xt/lib/Bugzilla | |
parent | 87ea46f7fa2b269f065181f7765352184bb59717 (diff) | |
download | bugzilla-133243acf0b7dac6c8e4bfdf454dff27c44ac17e.tar.gz bugzilla-133243acf0b7dac6c8e4bfdf454dff27c44ac17e.tar.xz |
Bug 577388: The target milestone tests in xt/search.t were failing,
incorrectly.
r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'xt/lib/Bugzilla')
-rw-r--r-- | xt/lib/Bugzilla/Test/Search/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index 95bba8ed4..0d0b40e51 100644 --- a/xt/lib/Bugzilla/Test/Search/Constants.pm +++ b/xt/lib/Bugzilla/Test/Search/Constants.pm @@ -579,7 +579,6 @@ use constant LESSTHAN_OVERRIDE => ( qa_contact => { contains => [1,5] }, resolution => { contains => [1,5] }, status_whiteboard => { contains => [1,5] }, - target_milestone => { contains => [1,5] }, ); # The mandatorily-set fields have values higher than <1>, @@ -599,6 +598,7 @@ use constant GREATERTHAN_OVERRIDE => ( rep_platform => { contains => [2,3,4,5] }, short_desc => { contains => [2,3,4,5] }, version => { contains => [2,3,4,5] }, + target_milestone => { contains => [2,3,4,5] }, # Bug 2 is the only bug besides 1 that has a Requestee set. 'requestees.login_name' => { contains => [2] }, FIELD_TYPE_SINGLE_SELECT, { contains => [2,3,4,5] }, |