Closed
Bug 851385
Opened 13 years ago
Closed 13 years ago
[balrog] Fix up xml deprecation warning in tests
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
Details
(Whiteboard: [balrog])
Attachments
(1 file)
|
640 bytes,
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
Several copies of:
/Users/nthomas/source/github/mozilla/balrog/auslib/test/admin/views/test_index.py:62: DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead.
for tr in tbody.getchildren():
/Users/nthomas/source/github/mozilla/balrog/auslib/test/admin/views/test_index.py:64: DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead.
for td in tr.getchildren():
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #725212 -
Flags: review?(bhearsum)
| Assignee | ||
Comment 2•13 years ago
|
||
I get that warning running on Apple's Python 2.7.2 from OS X 10.8.1.
Comment 3•13 years ago
|
||
Comment on attachment 725212 [details] [diff] [review]
Teeny weeny patch
Review of attachment 725212 [details] [diff] [review]:
-----------------------------------------------------------------
I think I've seen these warnings too...
Attachment #725212 -
Flags: review?(bhearsum) → review+
Comment 4•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/f7eeac384cdb7762489eb795732f355cd70ee487
Bug 851385, Fix up xml deprecation warning in tests, r=bhearsum
| Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 725212 [details] [diff] [review]
Teeny weeny patch
https://github.com/mozilla/balrog/commit/f7eeac384cdb7762489eb795732f355cd70ee487
Attachment #725212 -
Flags: checked-in+
| Assignee | ||
Comment 6•13 years ago
|
||
Green on Jenkins: https://jenkins.mozilla.org/job/Balrog/148/
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•