summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/test_location_partner.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/search/tests/xpcshell/test_location_partner.js')
-rw-r--r--toolkit/components/search/tests/xpcshell/test_location_partner.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/toolkit/components/search/tests/xpcshell/test_location_partner.js b/toolkit/components/search/tests/xpcshell/test_location_partner.js
deleted file mode 100644
index 9151add9a..000000000
--- a/toolkit/components/search/tests/xpcshell/test_location_partner.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ */
-
-function run_test() {
- Services.prefs.setCharPref("browser.search.geoip.url", 'data:application/json,{"country_code": "US"}');
- Services.prefs.setCharPref("distribution.id", 'partner-1');
- setUpGeoDefaults();
-
- Services.search.init(() => {
- equal(Services.search.defaultEngine.name, "Test search engine");
-
- do_test_finished();
- run_next_test();
- });
- do_test_pending();
-}