Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a8a6e226
Commit
a8a6e226
authored
Nov 02, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The patch that made Bugzilla::Bug use Bugzilla::Comment to add comments
fixed certain work_time tests in xt/search.t.
parent
7ceb5abf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Constants.pm
xt/lib/Bugzilla/Test/Search/Constants.pm
+2
-1
No files found.
xt/lib/Bugzilla/Test/Search/Constants.pm
View file @
a8a6e226
...
...
@@ -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
]
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment