]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 601513: In xt/search.t, assure that "---" continues to work for the
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 3 Oct 2010 21:56:09 +0000 (14:56 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 3 Oct 2010 21:56:09 +0000 (14:56 -0700)
resolution field
r=mkanat, a=mkanat (module owner)

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

index 9eb575017abad769fac05175a841c2fde6fc90aa..e001ad6a5c5a7dc98572fdc9cf266ecf7bc185d5 100644 (file)
@@ -1259,6 +1259,9 @@ use constant SPECIAL_PARAM_TESTS => (
     { field => 'bug_status', operator => 'anyexact', value => '__all__',
       contains => [1,2,3,4,5] },
     
+    { field => 'resolution', operator => 'anyexact', value => '---',
+      contains => [5] },
+    
     { field => 'assigned_to', operator => 'anyexact',
       value => '<1>, <2-reporter>', contains => [1,2],
       extra_params => { emailreporter1 => 1 } },