]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Pg and MySQL had inconsistent results for flagtypes.name greaterthan,
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 9 Jul 2010 02:20:59 +0000 (19:20 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 9 Jul 2010 02:20:59 +0000 (19:20 -0700)
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.)

xt/lib/Bugzilla/Test/Search/Constants.pm

index bc33ad33586acd913d6787ab30ef13b6084324ad..28f0a3f93dc0b528cd62400f4de6b8cd6897fce6 100644 (file)
@@ -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,
           },
         },