Closed
Bug 629164
Opened 14 years ago
Closed 14 years ago
Test is_mandatory in the return value for Bug.fields
Categories
(Bugzilla :: QA Test Scripts, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: mkanat, Assigned: dkl)
Details
Attachments
(1 file, 2 obsolete files)
1.39 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Bug.fields now returns is_mandatory, which is a new field, for Bugzilla 4.0. We need to test that its value is correct.
Flags: blocking4.0+
Assignee | ||
Comment 1•14 years ago
|
||
Patch to webservice_bug_fields.t to check if certain fields are set is_mandatory in the returned data.
Dave
Reporter | ||
Comment 2•14 years ago
|
||
Ah, also check that some other fields are not mandatory.
Comment 3•14 years ago
|
||
Comment on attachment 510453 [details] [diff] [review]
Patch to check if certain fields are set mandatory (v1)
You seem to have a stray ` at the end of the "plan tests" line...
Assignee | ||
Comment 4•14 years ago
|
||
Something like this is better?
Dave
Attachment #510453 -
Attachment is obsolete: true
Attachment #510730 -
Flags: review?(LpSolit)
Attachment #510453 -
Flags: review?(LpSolit)
Reporter | ||
Comment 5•14 years ago
|
||
Comment on attachment 510730 [details] [diff] [review]
Patch to check if certain fields are set mandatory (v2)
Ah, this is just a patch that entirely removes webservice_bug_fields.t. Also, this included your selenium_test.conf--you might want to do a "bzr commit --local config/selenium_test.conf" before creating your patch.
Attachment #510730 -
Flags: review?(LpSolit) → review-
Assignee | ||
Comment 6•14 years ago
|
||
Sorry bout the previous patch. Here is the correct one for review.
Dave
Attachment #510730 -
Attachment is obsolete: true
Attachment #511068 -
Flags: review?(LpSolit)
Reporter | ||
Comment 7•14 years ago
|
||
Comment on attachment 511068 [details] [diff] [review]
Patch to check if certain fields are set mandatory (v3)
Looks good to me. :-)
Attachment #511068 -
Flags: review+
Assignee | ||
Comment 8•14 years ago
|
||
qa/4.0:
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bugzilla/qa/4.0/
modified t/webservice_bug_fields.t
Committed revision 178.
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Attachment #511068 -
Flags: review?(LpSolit)
Comment 9•14 years ago
|
||
I finally decided to set the approval flag in the QA component, so that we can more easily track which scripts landed on which branches.
Flags: approval4.0+
You need to log in
before you can comment on or make changes to this bug.
Description
•