mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 617320: fix for tests around engine disabling. r=mconnor
This commit is contained in:
parent
98051adf04
commit
c3b4f20562
@ -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…
Reference in New Issue
Block a user