From: Max Kanat-Alexander Date: Fri, 9 Jul 2010 02:20:59 +0000 (-0700) Subject: Pg and MySQL had inconsistent results for flagtypes.name greaterthan, X-Git-Tag: bugzilla-4.1.1~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab9511d8739d3eb6bb729f269750cc8cbcfb0535;p=thirdparty%2Fbugzilla.git 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.) --- diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm index bc33ad3358..28f0a3f93d 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, }, },