mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo
This commit is contained in:
parent
9f0687da89
commit
9bb283111a
@ -456,7 +456,7 @@ add_test(function test_is_icc_service_available() {
|
||||
let ICCUtilsHelper = worker.ICCUtilsHelper;
|
||||
|
||||
function test_table(sst, geckoService, simEnabled, usimEnabled) {
|
||||
worker.RIL.iccInfo.sst = sst;
|
||||
worker.RIL.iccInfoPrivate.sst = sst;
|
||||
worker.RIL.appType = CARD_APPTYPE_SIM;
|
||||
do_check_eq(ICCUtilsHelper.isICCServiceAvailable(geckoService), simEnabled);
|
||||
worker.RIL.appType = CARD_APPTYPE_USIM;
|
||||
|
Loading…
Reference in New Issue
Block a user