Closed
Bug 1717394
Opened 2 years ago
Closed 2 years ago
comm/mailnews/local/test/unit/test_over4GBMailboxes.js fails when default store is maildir
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: benc, Assigned: benc)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
To replicate, switch to maildir as default. In your builds dist/bin/defaults/pref/mailnews.js:
-pref("mail.serverDefaultStoreContractID", "@mozilla.org/msgstore/berkeleystore;1");
+pref("mail.serverDefaultStoreContractID", "@mozilla.org/msgstore/maildirstore;1");
and run the test:
$ ./mach xpcshell-test comm/mailnews/local/test/unit/test_over4GBMailboxes.js
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/e7026840b04d
Make sure mbox mail store is used in test_over4GBMailboxes.js. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•