From 97f2aecb9e394ae84222ecc9b2a4cf97b9b743c9 Mon Sep 17 00:00:00 2001 From: Dietrich Ayala Date: Wed, 14 Apr 2010 00:02:30 -0700 Subject: [PATCH] Backout the disabling of test_browserGlue_distribution.js because doing so caused a crash. See bug 523936. --- .../places/tests/unit/test_browserGlue_distribution.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/components/places/tests/unit/test_browserGlue_distribution.js b/browser/components/places/tests/unit/test_browserGlue_distribution.js index b46f83858ecc..e95b61d5aedf 100644 --- a/browser/components/places/tests/unit/test_browserGlue_distribution.js +++ b/browser/components/places/tests/unit/test_browserGlue_distribution.js @@ -50,9 +50,6 @@ const TOPIC_FINAL_UI_STARTUP = "final-ui-startup"; const TOPIC_CUSTOMIZATION_COMPLETE = "distribution-customization-complete"; function run_test() { - // TODO: re-enable when bug 523936 is fixed. - return; - do_test_pending(); // Copy distribution.ini file to our app dir. @@ -145,8 +142,6 @@ function continue_test() { } do_register_cleanup(function() { - // TODO: re-enable when bug 523936 is fixed. - return; // Remove the distribution file, even if the test failed, otherwise all // next tests will import it. let iniFile = Services.dirsvc.get("XCurProcD", Ci.nsIFile);