mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1029031 - Bustage followup to b77106f50779
Fixed bad patch change that was made before landing. Derp. --HG-- extra : amend_source : 6d49ce3db4908a75f9c3ec2931ed97fb41e1f9ff
This commit is contained in:
parent
aeee093c16
commit
a90fdbb993
@ -61,9 +61,10 @@ add_task(function* test_healthreport_search_recording() {
|
||||
is(newCount, oldCount + 1, "We recorded one new search.");
|
||||
|
||||
// We should record the default search engine if Telemetry is enabled.
|
||||
// Test with disabled first.
|
||||
let oldTelemetry = Services.prefs.getBoolPref("toolkit.telemetry.enabled");
|
||||
Services.prefs.setBoolPref("toolkit.telemetry.enabled", true);
|
||||
|
||||
m = provider.getMeasurement("engines", 1);
|
||||
yield provider.collectDailyData();
|
||||
data = yield m.getValues();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user