зеркало из https://github.com/mozilla/gecko-dev.git
Bug 860585 - Part 5: Fix xpcshell tests for cardlock. r=allstars.chh
This commit is contained in:
Родитель
66a2bbcae0
Коммит
08d893ad35
|
@ -507,9 +507,9 @@ add_test(function test_send_stk_terminal_profile() {
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Verify RIL.iccGetCardLock("fdn")
|
* Verify RIL.iccGetCardLockState("fdn")
|
||||||
*/
|
*/
|
||||||
add_test(function test_icc_get_card_lock_fdn() {
|
add_test(function test_icc_get_card_lock_state_fdn() {
|
||||||
let worker = newUint8Worker();
|
let worker = newUint8Worker();
|
||||||
let ril = worker.RIL;
|
let ril = worker.RIL;
|
||||||
let buf = worker.Buf;
|
let buf = worker.Buf;
|
||||||
|
@ -543,7 +543,7 @@ add_test(function test_icc_get_card_lock_fdn() {
|
||||||
run_next_test();
|
run_next_test();
|
||||||
};
|
};
|
||||||
|
|
||||||
ril.iccGetCardLock({lockType: "fdn"});
|
ril.iccGetCardLockState({lockType: "fdn"});
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Загрузка…
Ссылка в новой задаче