diff options
Diffstat (limited to 'xt/lib/Bugzilla/Test')
-rw-r--r-- | xt/lib/Bugzilla/Test/Search/Constants.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index bc33ad335..28f0a3f93 100644 --- a/xt/lib/Bugzilla/Test/Search/Constants.pm +++ b/xt/lib/Bugzilla/Test/Search/Constants.pm @@ -734,6 +734,7 @@ use constant TESTS => { reporter_accessible => { value => 0, contains => [1] }, 'longdescs.isprivate' => { value => 0, contains => [1] }, everconfirmed => { value => 0, contains => [1] }, + 'flagtypes.name' => { value => 2, contains => [2,3,4] }, GREATERTHAN_OVERRIDE, }, }, |