mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 969555 - Follow-up to fix test_syncscheduler.js failures on a CLOSED TREE r=bustage
This commit is contained in:
parent
50d628ae5a
commit
fbfe856453
@ -125,7 +125,7 @@ add_test(function test_prefAttributes() {
|
||||
|
||||
_("Intervals correspond to default preferences.");
|
||||
do_check_eq(scheduler.singleDeviceInterval,
|
||||
Svc.Prefs.get("scheduler.singleDeviceInterval") * 1000);
|
||||
Svc.Prefs.get("scheduler.sync11.singleDeviceInterval") * 1000);
|
||||
do_check_eq(scheduler.idleInterval,
|
||||
Svc.Prefs.get("scheduler.idleInterval") * 1000);
|
||||
do_check_eq(scheduler.activeInterval,
|
||||
@ -134,7 +134,7 @@ add_test(function test_prefAttributes() {
|
||||
Svc.Prefs.get("scheduler.immediateInterval") * 1000);
|
||||
|
||||
_("Custom values for prefs will take effect after a restart.");
|
||||
Svc.Prefs.set("scheduler.singleDeviceInterval", 42);
|
||||
Svc.Prefs.set("scheduler.sync11.singleDeviceInterval", 42);
|
||||
Svc.Prefs.set("scheduler.idleInterval", 23);
|
||||
Svc.Prefs.set("scheduler.activeInterval", 18);
|
||||
Svc.Prefs.set("scheduler.immediateInterval", 31415);
|
||||
|
Loading…
Reference in New Issue
Block a user