Improve code coverage by implementing new tests
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
(Keywords: leave-open)
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
I'll use this bug to create tests for sections of code that aren't already covered by tests. This bug replaces bug 1851536, for work after v128.
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
Assignee | ||
Comment 3•5 months ago
|
||
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 6•5 months ago
|
||
Assignee | ||
Comment 7•2 months ago
|
||
These test sending messages from the compose window with a variety of connection/authentication
problems. They are closely related to the tests named browser_getMessages with the same suffixes.
Sending a message presents a variety of prompt windows to the user, particularly when something
goes wrong. I've tried to avoid writing tests that lock in this behaviour in the hope that one day
somebody will overhaul it.
Assignee | ||
Comment 8•2 months ago
|
||
Updated•2 months ago
|
Updated•2 months ago
|
Assignee | ||
Updated•2 months ago
|
Pushed by vineet@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/10ad967bf9ab
Test message sending scenarios. r=mkmelin
https://hg.mozilla.org/comm-central/rev/c2c920b05847
Fix some nits in the getMessages tests. r=mkmelin
Assignee | ||
Comment 10•24 days ago
|
||
Using environment variables we can pretend the OS date/time settings are different from the default.
These tests check that various labels and styles are applied correctly in different locales:
- Matching the build locale (en-US).
- With the same language but in a different region (en-NZ).
- With very different weekday rules (ar-QA).
- Our most popular non-English locales (de-DE, ja-JP).
These tests only run on Linux.
Assignee | ||
Updated•23 days ago
|
Comment 11•22 days ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/61b59ccef666
Test calendar i18n with different OS settings. r=mkmelin
Description
•