Bug 992208 - Add Telemetry Experiments to the package so that they are actually used. Also a basic test that the service exists and can be created. r=gfritzsche

This commit is contained in:
Benjamin Smedberg 2014-04-04 13:03:29 -04:00
parent f9adebd571
commit 96822a64e4
2 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,9 @@ add_task(function* test_setup() {
});
});
add_task(function* test_contract() {
Cc["@mozilla.org/browser/experiments-service;1"].getService();
});
// Test basic starting and stopping of experiments.

View File

@ -368,6 +368,8 @@
@BINPATH@/browser/components/BrowserPlaces.manifest
@BINPATH@/browser/components/devtools-clhandler.manifest
@BINPATH@/browser/components/devtools-clhandler.js
@BINPATH@/browser/components/Experiments.manifest
@BINPATH@/browser/components/ExperimentsService.js
@BINPATH@/components/Downloads.manifest
@BINPATH@/components/DownloadLegacy.js
@BINPATH@/components/BrowserPageThumbs.manifest