Bug 452401 - Create tests for mixed content, disabling the tests

This commit is contained in:
Honza Bambas 2009-02-18 19:44:07 +01:00
Родитель ffb73497d9
Коммит e139fa17ee
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -241,10 +241,9 @@ user_pref("javascript.options.jit.content", true);
user_pref("gfx.color_management.force_srgb", true);
user_pref("network.manage-offline-status", false);
user_pref("security.default_personal_cert", "Select Automatically"); // Need to client auth test be w/o any dialogs
user_pref("security.warn_viewing_mixed", false);
user_pref("camino.warn_when_closing", false); // Camino-only, harmless to others
""" % { "downloadDir": (os.path.join(profileDir, "downloads")) }
"""
prefs.append(part)

Просмотреть файл

@ -44,7 +44,7 @@ VPATH = @srcdir@
MODULE = pipnss
DIRS = \
bugs \
mixedcontent \
$(NULL)
# mixedcontent \ Need re-review, occasionally fail and probably collide with other tests
include $(topsrcdir)/config/rules.mk