Commit 9936d9f1 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 601513: In xt/search.t, assure that "---" continues to work for the

resolution field r=mkanat, a=mkanat (module owner)
parent 69d45d10
......@@ -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 } },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment