Closed
Bug 859864
Opened 12 years ago
Closed 12 years ago
remove NoSuchAttribute from errors.py
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
People
(Reporter: mdas, Unassigned)
Details
Attachments
(1 file)
In our errors.py, we created a 'NoSuchAttribute' exception but it will go unused because according to https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html#reading-attributes-and-properties, we should return null if an attribute doesn't exist (and that is the current implementation).
Attachment #735240 -
Flags: review?(dburns)
Updated•12 years ago
|
Attachment #735240 -
Flags: review?(dburns) → review+
Reporter | ||
Comment 1•12 years ago
|
||
Whiteboard: [leave-open]
Comment 2•12 years ago
|
||
Reporter | ||
Comment 3•12 years ago
|
||
landed in mozilla-b2g18:
https://hg.mozilla.org/releases/mozilla-b2g18/rev/a5f7c571740a
status-b2g18:
--- → fixed
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [leave-open]
Comment 4•12 years ago
|
||
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → fixed
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•