Closed
Bug 1364211
Opened 8 years ago
Closed 8 years ago
Correct Variable scope in TestSize class for start_size variable
Categories
(Remote Protocol :: Marionette, enhancement)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: automatedtester, Assigned: tiago, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=py])
Attachments
(1 file)
The variable is scoped against `self` and not in the `setup()` method in https://dxr.mozilla.org/mozilla-central/source/testing/marionette/harness/marionette_harness/tests/unit/test_window_rect.py#124-125
These need to have the `self.` removed
To get started, follow the details in https://wiki.mozilla.org/User:Mjzffr/New_Contributors
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8867577 [details]
Bug 1364211 - Correct variable scope in TestSize class for start_size variable.
https://reviewboard.mozilla.org/r/139122/#review142484
Attachment #8867577 -
Flags: review?(dburns) → review+
Pushed by dburns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec72e5d8e6c8
Correct variable scope in TestSize class for start_size variable. r=automatedtester
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•