Bug 1136082 - test_TelemetrySendOldPings.js is missing AddonManager initialization. r=froydnj

This commit is contained in:
Georg Fritzsche 2015-02-25 23:54:34 +01:00
parent 054baf847b
commit 8894ffbbcc

View File

@ -187,6 +187,7 @@ function run_test() {
gHttpServer.registerPrefixHandler("/submit/telemetry/", pingHandler);
gHttpServer.start(-1);
do_get_profile();
loadAddonManager("xpcshell@tests.mozilla.org", "XPCShell", "1", "1.9.2");
// Send the needed startup notifications to the datareporting service
// to ensure that it has been initialized.