Closed
Bug 1024979
Opened 10 years ago
Closed 10 years ago
Fix package name in HTML report for v1.3
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v1.3 fixed, b2g-v1.3T fixed, b2g-v1.4 unaffected, b2g-v2.0 unaffected, b2g-v2.1 unaffected)
RESOLVED
FIXED
2.0 S4 (20june)
Tracking | Status | |
---|---|---|
b2g-v1.3 | --- | fixed |
b2g-v1.3T | --- | fixed |
b2g-v1.4 | --- | unaffected |
b2g-v2.0 | --- | unaffected |
b2g-v2.1 | --- | unaffected |
People
(Reporter: davehunt, Assigned: davehunt)
Details
Attachments
(1 file)
When generating a HTML report with gaiatest_v1.3 the top of the report states: "Report generated on <DATE> at <TIME> by gaiatest 0.1". This is misleading as the package name is incorrect.
Assignee | ||
Comment 1•10 years ago
|
||
This patch changes the text to something like: "Report generated on 13-Jun-2014 at 12:09:46 by gaiatest-v1.3 0.1". The versions collide somewhat, but I think if we deal with this it should be to add a 'version' prefix in the Marionette test runner mixin.
Attachment #8439846 -
Flags: review?(zcampbell)
Comment 2•10 years ago
|
||
Agree adding the version prefix as a long term solution but for v1.3 this is fine.
Comment 3•10 years ago
|
||
Comment on attachment 8439846 [details] [review] Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/20492 r+
Attachment #8439846 -
Flags: review?(zcampbell) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Landed in: https://github.com/mozilla-b2g/gaia/commit/7f361e67aa65e40adb2233ab247ebd0f142cfbf1 Raised bug 1025838 to take care of "version" prefix.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
status-b2g-v1.3:
--- → fixed
status-b2g-v1.3T:
--- → fixed
status-b2g-v1.4:
--- → unaffected
status-b2g-v2.0:
--- → unaffected
status-b2g-v2.1:
--- → unaffected
Target Milestone: --- → 2.0 S4 (20june)
You need to log in
before you can comment on or make changes to this bug.
Description
•