diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mailnews/local/test/unit/xpcshell.ini | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | comm/mailnews/local/test/unit/xpcshell.ini | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/comm/mailnews/local/test/unit/xpcshell.ini b/comm/mailnews/local/test/unit/xpcshell.ini new file mode 100644 index 0000000000..43fd637fe3 --- /dev/null +++ b/comm/mailnews/local/test/unit/xpcshell.ini @@ -0,0 +1,57 @@ +[DEFAULT] +head = head_maillocal.js +tail = +support-files = data/* +prefs = + mail.biff.play_sound=false + mail.biff.show_alert=false + mail.biff.show_tray_icon=false + mail.biff.animate_dock_icon=false + +[test_bug457168.js] +[test_duplicateKey.js] +[test_fileName.js] +[test_folderLoaded.js] +[test_localFolder.js] +[test_mailboxContentLength.js] +[test_mailboxProtocol.js] +[test_mailboxURL.js] +[test_msgCopy.js] +[test_msgIDParsing.js] +[test_noTop.js] +[test_noUidl.js] +[test_nsIMsgLocalMailFolder.js] +[test_nsIMsgParseMailMsgState.js] +[test_nsIMsgPluggableStore.js] +[test_over2GBMailboxes.js] +[test_over4GBMailboxes.js] +# This one needs a longer timeout for working with a 4GiB file. +requesttimeoutfactor = 2 +[test_Pop3Channel.js] +[test_pop3AuthMethods.js] +[test_pop3Client.js] +[test_pop3Download.js] +[test_pop3DownloadTempFileHandling.js] +[test_pop3Duplicates.js] +[test_pop3FilterActions.js] +[test_pop3Filters.js] +[test_pop3GetNewMail.js] +[test_pop3GSSAPIFail.js] +[test_pop3MoveFilter.js] +[test_pop3MoveFilter2.js] +[test_pop3MultiCopy.js] +[test_pop3MultiCopy2.js] +[test_pop3Password.js] +[test_pop3Password2.js] +skip-if = true # realhostname and realuserName don't exist anymore +[test_pop3Password3.js] +[test_pop3PasswordFailure_rfc1939.js] +[test_pop3PasswordFailure_rfc2449.js] +[test_pop3PasswordFailure_rfc5034.js] +[test_pop3Proxy.js] +[test_pop3Pump.js] +[test_preview.js] +[test_saveMessage.js] +[test_streamHeaders.js] +[test_undoDelete.js] +[test_verifyLogon.js] |