diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-09 04:20:59 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-09 04:20:59 +0200 |
commit | ab9511d8739d3eb6bb729f269750cc8cbcfb0535 (patch) | |
tree | 03b1162ac4142cfa0183dc33cd5b74719b7b0102 /xt | |
parent | 30084ede70b1f17b620f5bb5d38ccabb3321f5df (diff) | |
download | bugzilla-ab9511d8739d3eb6bb729f269750cc8cbcfb0535.tar.gz bugzilla-ab9511d8739d3eb6bb729f269750cc8cbcfb0535.tar.xz |
Pg and MySQL had inconsistent results for flagtypes.name greaterthan,
so I changed the values to make them consistent. (I suspect the inconsistency
is a bug in Pg itself that is not actually important to normal Bugzilla
usage.)
Diffstat (limited to 'xt')
-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, }, }, |