From 26930790affbefa87329612ad6d622ef0042ccf7 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Wed, 2 May 2012 12:24:40 +0200 Subject: [PATCH] Bug 635825. (Av1) Re-enable test_notifications.html, test_privbrowsing.html and test_prompt.html on SeaMonkey. rs=Callek (a=test-only). --- toolkit/components/passwordmgr/test/Makefile.in | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/toolkit/components/passwordmgr/test/Makefile.in b/toolkit/components/passwordmgr/test/Makefile.in index 06eef1902ec9..25a8b8d4716e 100644 --- a/toolkit/components/passwordmgr/test/Makefile.in +++ b/toolkit/components/passwordmgr/test/Makefile.in @@ -82,6 +82,8 @@ MOCHI_TESTS = \ test_maxforms_1.html \ test_maxforms_2.html \ test_maxforms_3.html \ + test_notifications.html \ + test_privbrowsing.html \ test_prompt_async.html \ test_xhr.html \ test_xml_load.html \ @@ -112,23 +114,11 @@ MOCHI_CONTENT = \ subtst_prompt_async.html \ $(NULL) -# Don't run these tests in suite -ifndef MOZ_SUITE -MOCHI_TESTS += \ - test_privbrowsing.html \ - test_notifications.html \ - $(NULL) ifneq ($(OS_TARGET),Linux) MOCHI_TESTS += \ test_prompt.html \ $(NULL) endif -endif -ifdef MOZ_SUITE -$(warning test_prompt.html is disabled until doorhanger notfications work. Bug 598360) -$(warning test_notifications.html is disabled until doorhanger notfications work. Bug 598360) -$(warning test_privbrowsing.html is disabled due to doorhangers, Bug 598360, and no privatebrowsing support) -endif # This test doesn't pass because we can't ensure a cross-platform # event that occurs between DOMContentLoaded and Pageload