summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-11-03 02:02:28 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-11-03 02:02:28 +0100
commita8a6e226052b940268bd0dd8e0767d3ad516d773 (patch)
tree264ef1042eb7b9c1d464031ed46c9ade67ae595b
parent7ceb5abfb58940f80d7306b5fa51107134d448af (diff)
downloadbugzilla-a8a6e226052b940268bd0dd8e0767d3ad516d773.tar.gz
bugzilla-a8a6e226052b940268bd0dd8e0767d3ad516d773.tar.xz
The patch that made Bugzilla::Bug use Bugzilla::Comment to add comments
fixed certain work_time tests in xt/search.t.
-rw-r--r--xt/lib/Bugzilla/Test/Search/Constants.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/xt/lib/Bugzilla/Test/Search/Constants.pm b/xt/lib/Bugzilla/Test/Search/Constants.pm
index 897ece1c9..54a4464a4 100644
--- a/xt/lib/Bugzilla/Test/Search/Constants.pm
+++ b/xt/lib/Bugzilla/Test/Search/Constants.pm
@@ -310,7 +310,6 @@ use constant CHANGED_VALUE_BROKEN => (
'flagtypes.name' => { contains => [1] },
keywords => { contains => [1] },
'longdescs.count' => { search => 1 },
- work_time => { contains => [1] },
FIELD_TYPE_MULTI_SELECT, { contains => [1] },
);
@@ -430,6 +429,7 @@ use constant KNOWN_BROKEN => {
# from a blank value" probably.
blocked => { contains => [3,4,5] },
dependson => { contains => [2,4,5] },
+ work_time => { contains => [1] },
FIELD_TYPE_BUG_ID, { contains => [5] },
},
# changeto doesn't find work_time changes (probably due to decimal/string
@@ -645,6 +645,7 @@ use constant BROKEN_NOT => {
changedto => {
CHANGED_BROKEN_NOT,
CHANGED_FROM_TO_BROKEN_NOT,
+ work_time => { },
longdesc => { contains => [1] },
"remaining_time" => { contains => [1] },
},