Closed
Bug 1658120
Opened 4 years ago
Closed 4 years ago
browser_ext_quickFilter.js and test_jsaddrbook.js fail when run locally on Mac
Categories
(MailNews Core :: Address Book, defect)
MailNews Core
Address Book
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1658120 - Make test_jsaddrbook.js pass when it loads a system address book on Mac. r?darktrojan!
47 bytes,
text/x-phabricator-request
|
Details | Review |
browser_ext_quickFilter.js fails when run locally on Mac because it picks the first address book out of the list of directories.
For me, that is the Mac system address book which is read-only, and so the test fails to add a card to it.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D86472
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D86473
Assignee | ||
Comment 3•4 years ago
|
||
I've added test_jsaddrbook.js here as well as it is a similar issue.
Summary: browser_ext_quickFilter.js fails when run locally on Mac → browser_ext_quickFilter.js and test_jsaddrbook.js fail when run locally on Mac
Updated•4 years ago
|
Attachment #9168984 -
Attachment description: Bug 1658120 - In browser_ext_quickFilter.js. Use a defined address book, rather than a random one which may be read-only. r?darktrojan! → Bug 1658120 - In mail extension tests, use a defined address book, rather than a random one which may be read-only. r?darktrojan!
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/comm-central/rev/833dda5c527e
In mail extension tests, use a defined address book, rather than a random one which may be read-only. r=darktrojan
https://hg.mozilla.org/comm-central/rev/31620f7e6723
Make test_jsaddrbook.js pass when it loads a system address book on Mac. r=darktrojan
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•4 years ago
|
Target Milestone: --- → 81 Branch
Updated•4 years ago
|
status-thunderbird_esr78:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•