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

The patch that made Bugzilla::Bug use Bugzilla::Comment to add comments

fixed certain work_time tests in xt/search.t.
parent 7ceb5abf
...@@ -310,7 +310,6 @@ use constant CHANGED_VALUE_BROKEN => ( ...@@ -310,7 +310,6 @@ use constant CHANGED_VALUE_BROKEN => (
'flagtypes.name' => { contains => [1] }, 'flagtypes.name' => { contains => [1] },
keywords => { contains => [1] }, keywords => { contains => [1] },
'longdescs.count' => { search => 1 }, 'longdescs.count' => { search => 1 },
work_time => { contains => [1] },
FIELD_TYPE_MULTI_SELECT, { contains => [1] }, FIELD_TYPE_MULTI_SELECT, { contains => [1] },
); );
...@@ -430,6 +429,7 @@ use constant KNOWN_BROKEN => { ...@@ -430,6 +429,7 @@ use constant KNOWN_BROKEN => {
# from a blank value" probably. # from a blank value" probably.
blocked => { contains => [3,4,5] }, blocked => { contains => [3,4,5] },
dependson => { contains => [2,4,5] }, dependson => { contains => [2,4,5] },
work_time => { contains => [1] },
FIELD_TYPE_BUG_ID, { contains => [5] }, FIELD_TYPE_BUG_ID, { contains => [5] },
}, },
# changeto doesn't find work_time changes (probably due to decimal/string # changeto doesn't find work_time changes (probably due to decimal/string
...@@ -645,6 +645,7 @@ use constant BROKEN_NOT => { ...@@ -645,6 +645,7 @@ use constant BROKEN_NOT => {
changedto => { changedto => {
CHANGED_BROKEN_NOT, CHANGED_BROKEN_NOT,
CHANGED_FROM_TO_BROKEN_NOT, CHANGED_FROM_TO_BROKEN_NOT,
work_time => { },
longdesc => { contains => [1] }, longdesc => { contains => [1] },
"remaining_time" => { contains => [1] }, "remaining_time" => { contains => [1] },
}, },
......
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