зеркало из https://github.com/mozilla/gecko-dev.git
Bug 617320: fix for tests around engine disabling. r=mconnor
This commit is contained in:
Родитель
c1e4717b80
Коммит
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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче