Use a common naming scheme for the app update browser tests
Categories
(Toolkit :: Application Update, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
Attachments
(1 file)
8.76 KB,
patch
|
mhowell
:
review+
|
Details | Diff | Splinter Review |
When the tests for the About Dialog were created in bug 599233 a naming scheme for the test files was used to make it easier to know what the test actually tests. The existing tests should be renamed so they also use this naming scheme.
About Dialog tests start with
browser_about
Doorhanger tests would start with
browser_doorhanger
Options page tests would start with
browser_options
fc = foreground check
bc = background check
sp = startup processing
check = only the update check was performed (also keeps these tests sorted together)
downloadAuto = an update download was performed automatically (app.update.auto = true)
downloadOptIn = the client chose to download an update (app.update.auto = false)
downloaded = an update was already downloaded automatically (app.update.auto = true)
patch = patch condition tests (also keeps these tests sorted together)
![]() |
Assignee | |
Comment 1•4 years ago
|
||
![]() |
Assignee | |
Comment 2•4 years ago
|
||
I decided to hold off on the renaming of browser_TelemetryUpdatePing.js and browser_updateAutoPrefUI.js. I'll do these when adding the options page tests.
![]() |
Assignee | |
Updated•4 years ago
|
Updated•4 years ago
|
Pushed by rstrong@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/b9d2e3ae5a3b Use a common naming scheme for the app update browser tests. r=mhowell
![]() |
||
Comment 4•4 years ago
|
||
bugherder |
Description
•