mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Bug 617320: fix for tests around engine disabling. r=mconnor
This commit is contained in:
parent
c1e4717b80
commit
f05e3ed35e
@ -216,11 +216,11 @@ function test_disabledRemotely() {
|
||||
Weave.Service.login();
|
||||
Weave.Service.sync();
|
||||
|
||||
_("Engine is disabled.");
|
||||
do_check_false(engine.enabled);
|
||||
_("Engine is not disabled: only one client.");
|
||||
do_check_true(engine.enabled);
|
||||
|
||||
// TODO: add a second client and verify that the local pref is changed.
|
||||
|
||||
_("Meta record isn't uploaded.");
|
||||
do_check_false(!!metaWBO.data.engines.steam);
|
||||
} finally {
|
||||
server.stop(do_test_finished);
|
||||
Service.startOver();
|
||||
|
Loading…
x
Reference in New Issue
Block a user