]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 577388: The target milestone tests in xt/search.t were failing,
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 7 Jul 2010 23:32:39 +0000 (16:32 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 7 Jul 2010 23:32:39 +0000 (16:32 -0700)
incorrectly.
r=mkanat, a=mkanat (module owner)

xt/lib/Bugzilla/Test/Search/Constants.pm

index 95bba8ed4ac9c195a9a1d2e3d1a476c393c23f37..0d0b40e519fe6451a11c3dbda112e6adaf87d133 100644 (file)
@@ -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] },