From ab9511d8739d3eb6bb729f269750cc8cbcfb0535 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 8 Jul 2010 19:20:59 -0700 Subject: 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.) --- xt/lib/Bugzilla/Test/Search/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'xt') 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, }, }, -- cgit v1.2.3-24-g4f1b