Bug 1533085 - Re-enabled 9 tests. a=backout
This commit is contained in:
Родитель
c6750a6573
Коммит
837b276c0a
|
@ -119,7 +119,7 @@ function test_reply_noUTF16() {
|
|||
subtest_replyEditAsNewForward_charset(1, "./body-utf16.eml", "UTF-8");
|
||||
}
|
||||
|
||||
function disabled_test_replyEditAsNewForward_override() {
|
||||
function test_replyEditAsNewForward_override() {
|
||||
// Check that the override is honoured (inspired by bug 1323377).
|
||||
subtest_replyEditAsNewForward_charset(1, "./multipart-charset.eml", "UTF-8", "Unicode");
|
||||
subtest_replyEditAsNewForward_charset(2, "./multipart-charset.eml", "windows-1252", "Western");
|
||||
|
@ -137,7 +137,7 @@ function test_replyEditAsNewForward_enforceDefault() {
|
|||
Services.prefs.clearUserPref("mailnews.send_default_charset");
|
||||
}
|
||||
|
||||
function disabled_test_replyEditAsNewForward_noPreview() {
|
||||
function test_replyEditAsNewForward_noPreview() {
|
||||
// Check that it works even if the message wasn't viewed before, so
|
||||
// switch off the preview pane (bug 1323377).
|
||||
be_in_folder(folderToStoreMessages);
|
||||
|
|
|
@ -48,7 +48,7 @@ function test_open_addons_with_url() {
|
|||
* This relies on the MozMill extension having optionsURL defined in install.rdf,
|
||||
* however simplistic the preferences XUL document may be.
|
||||
*/
|
||||
function disabled_test_addon_prefs() {
|
||||
function test_addon_prefs() {
|
||||
// Open Add-on Options.
|
||||
mc.click(mc.eid("button-appmenu"));
|
||||
let popups = mc.click_menus_in_sequence(mc.e("appmenu-popup"), [ { id: "appmenu_addons" } ], true);
|
||||
|
|
|
@ -77,7 +77,7 @@ function test_ignore_thread() {
|
|||
* Test that ignored threads are shown when the View | Threads |
|
||||
* Ignored Threads option is checked.
|
||||
*/
|
||||
function disabled_test_view_threads_ignored_threads() {
|
||||
function test_view_threads_ignored_threads() {
|
||||
let t1root = thread1.getMsgHdr(0);
|
||||
let t2root = thread2.getMsgHdr(0);
|
||||
|
||||
|
@ -97,7 +97,7 @@ function disabled_test_view_threads_ignored_threads() {
|
|||
/**
|
||||
* Test that Watch Thread makes the thread watched.
|
||||
*/
|
||||
function disabled_test_watch_thread() {
|
||||
function test_watch_thread() {
|
||||
let t2root = thread2.getMsgHdr(0);
|
||||
let t2second = select_click_row(1);
|
||||
let t3root = thread3.getMsgHdr(0);
|
||||
|
|
|
@ -27,7 +27,7 @@ function setupModule(module) {
|
|||
nntpAccount = MailServices.accounts.FindAccountForServer(server);
|
||||
}
|
||||
|
||||
function disabled_test_virtual_folder_selection_tree() {
|
||||
function test_virtual_folder_selection_tree() {
|
||||
plan_for_modal_dialog("mailnews:virtualFolderProperties",
|
||||
subtest_create_virtual_folder);
|
||||
mc.click(mc.eid("button-appmenu"));
|
||||
|
@ -58,7 +58,7 @@ function subtest_check_virtual_folder_list(listc) {
|
|||
listc.window.document.documentElement.cancelDialog();
|
||||
}
|
||||
|
||||
function disabled_test_offline_sync_folder_selection_tree() {
|
||||
function test_offline_sync_folder_selection_tree() {
|
||||
plan_for_modal_dialog("mailnews:synchronizeOffline",
|
||||
subtest_offline_sync);
|
||||
mc.click(mc.eid("button-appmenu"));
|
||||
|
|
|
@ -263,7 +263,7 @@ function subtest_switch_to_smart_folders(aViaMenu) {
|
|||
/**
|
||||
* Toggle folder modes through different means and sequences.
|
||||
*/
|
||||
function disabled_test_toggling_modes() {
|
||||
function test_toggling_modes() {
|
||||
subtest_switch_to_all_folders(false);
|
||||
subtest_switch_to_smart_folders(false);
|
||||
|
||||
|
@ -278,7 +278,7 @@ function disabled_test_toggling_modes() {
|
|||
subtest_switch_to_smart_folders(true);
|
||||
subtest_switch_to_all_folders(true);
|
||||
}
|
||||
disabled_test_toggling_modes.EXCLUDED_PLATFORMS = ["linux"];
|
||||
test_toggling_modes.EXCLUDED_PLATFORMS = ["linux"];
|
||||
|
||||
function teardownModule() {
|
||||
tree.mode = "all";
|
||||
|
|
|
@ -80,7 +80,7 @@ function test_message_filter_shows_newsgroup_server()
|
|||
* Test that customizing the toolbar doesn't lead to doubled accounts in
|
||||
* the Get Mail menu. (bug 520457)
|
||||
*/
|
||||
function disabled_test_customize_toolbar_doesnt_double_get_mail_menu()
|
||||
function test_customize_toolbar_doesnt_double_get_mail_menu()
|
||||
{
|
||||
be_in_folder(folderA);
|
||||
|
||||
|
@ -116,7 +116,7 @@ function disabled_test_customize_toolbar_doesnt_double_get_mail_menu()
|
|||
|
||||
check_getAllNewMsgMenu();
|
||||
}
|
||||
disabled_test_customize_toolbar_doesnt_double_get_mail_menu.EXCLUDED_PLATFORMS = ["darwin"];
|
||||
test_customize_toolbar_doesnt_double_get_mail_menu.EXCLUDED_PLATFORMS = ["darwin"];
|
||||
|
||||
/* A helper function that opens up the new filter dialog (assuming that the
|
||||
* main filters dialog is already open), creates a simple filter, and then
|
||||
|
|
Загрузка…
Ссылка в новой задаче