Potential bustage fix for update tests, reverting the change to automation.py.in from bug 562795.

This commit is contained in:
Dave Townsend 2010-06-17 17:26:55 -07:00
parent 4c09359d2a
commit 69eb9199ca

View File

@ -324,10 +324,7 @@ user_pref("security.default_personal_cert", "Select Automatically"); // Need to
user_pref("network.http.prompt-temp-redirect", false);
user_pref("media.cache_size", 100);
user_pref("security.warn_viewing_mixed", false);
// Only load extensions from the application and user profile
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
user_pref("extensions.enabledScopes", 5);
user_pref("extensions.enabledScopes", 3);
user_pref("geo.wifi.uri", "http://%(server)s/tests/dom/tests/mochitest/geolocation/network_geolocation.sjs");
user_pref("geo.wifi.testing", true);