Closed
Bug 1003784
Opened 11 years ago
Closed 11 years ago
Separate out FakeUpdateChecker.check_updates() and start_b2g()
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zcampbell, Assigned: davehunt)
References
Details
Attachments
(1 file)
start_b2g() triggers check_updates() which is ok for functional tests but for various other consumers of gaiatest they might not want the updates messed with.
We'd like to split the check_update out of start_b2g but we have to be careful not to break packages that use it (eg eideticker, b2gpopulate).
Assignee | ||
Comment 1•11 years ago
|
||
I'm going to take this so we can include it in the upcoming gaiatest release.
Assignee: nobody → dave.hunt
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
I've submitted a patch for Eideticker in bug 1004982 but this does not depend on this bug. I'd still like to include this in the upcoming release, and should have a patch ready shortly.
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8416415 -
Flags: review?(zcampbell)
![]() |
Reporter | |
Comment 4•11 years ago
|
||
Comment on attachment 8416415 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/18891
r+
Attachment #8416415 -
Flags: review?(zcampbell) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•