Commit ab9511d8 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

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.)
parent 30084ede
......@@ -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,
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment