From 9936d9f1631ef862fed0b7874db751c1be298402 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 3 Oct 2010 14:56:09 -0700 Subject: Bug 601513: In xt/search.t, assure that "---" continues to work for the resolution field r=mkanat, a=mkanat (module owner) --- xt/lib/Bugzilla/Test/Search/Constants.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xt/lib') diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index 9eb575017..e001ad6a5 100644 --- a/xt/lib/Bugzilla/Test/Search/Constants.pm +++ b/xt/lib/Bugzilla/Test/Search/Constants.pm @@ -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 } }, -- cgit v1.2.3-24-g4f1b