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.) git-svn-id: svn://10.0.0.236/trunk@260694 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e2a9869166
commit
c337458627
@ -1 +1 @@
|
||||
7314
|
||||
7315
|
||||
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user