From 08d893ad358ee40b0956b249206c58b58d16d9a8 Mon Sep 17 00:00:00 2001 From: Edgar Chen Date: Tue, 21 May 2013 15:15:45 +0800 Subject: [PATCH] Bug 860585 - Part 5: Fix xpcshell tests for cardlock. r=allstars.chh --- dom/system/gonk/tests/test_ril_worker_icc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dom/system/gonk/tests/test_ril_worker_icc.js b/dom/system/gonk/tests/test_ril_worker_icc.js index 76c040c74e22..c57f9cd77502 100644 --- a/dom/system/gonk/tests/test_ril_worker_icc.js +++ b/dom/system/gonk/tests/test_ril_worker_icc.js @@ -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 ril = worker.RIL; let buf = worker.Buf; @@ -543,7 +543,7 @@ add_test(function test_icc_get_card_lock_fdn() { run_next_test(); }; - ril.iccGetCardLock({lockType: "fdn"}); + ril.iccGetCardLockState({lockType: "fdn"}); }); /**