From 91bc932b6b0949cc0055ef00ffbf992727658164 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Tue, 28 Feb 2012 19:11:10 -0800 Subject: [PATCH] Bug 731366 - Increase coverage and usefulness of test_load_modules. r=rnewman --- services/sync/tests/unit/test_load_modules.js | 7 +++++++ services/sync/tests/unit/xpcshell.ini | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/services/sync/tests/unit/test_load_modules.js b/services/sync/tests/unit/test_load_modules.js index f426affaae0d..0cbaa13ce47a 100644 --- a/services/sync/tests/unit/test_load_modules.js +++ b/services/sync/tests/unit/test_load_modules.js @@ -1,5 +1,8 @@ const modules = [ + "addonsreconciler.js", + "async.js", "constants.js", + "engines/addons.js", "engines/bookmarks.js", "engines/clients.js", "engines/forms.js", @@ -11,12 +14,16 @@ const modules = [ "ext/Observers.js", "ext/Preferences.js", "identity.js", + "jpakeclient.js", "log4moz.js", "main.js", "notifications.js", + "policies.js", "record.js", "resource.js", + "rest.js", "service.js", + "status.js", "util.js", ]; diff --git a/services/sync/tests/unit/xpcshell.ini b/services/sync/tests/unit/xpcshell.ini index 4feb471177fc..f50e0fed07b8 100644 --- a/services/sync/tests/unit/xpcshell.ini +++ b/services/sync/tests/unit/xpcshell.ini @@ -1,6 +1,8 @@ [DEFAULT] head = head_appinfo.js head_helpers.js head_http_server.js -tail = +tail = + +[test_load_modules.js] [test_Observers.js] [test_Preferences.js] @@ -49,7 +51,6 @@ skip-if = os == "android" # Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini) skip-if = os == "win" || os == "android" [test_keys.js] -[test_load_modules.js] [test_log4moz.js] [test_node_reassignment.js] [test_notifications.js]