mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 827831 - Part 3: [B2G STK]: Marionette test case. r=allstars.chh
This commit is contained in:
parent
1b889e3016
commit
ce95e2b540
@ -130,6 +130,15 @@ function testTimerManagementGetCurrentValue(cmd) {
|
||||
runNextTest();
|
||||
}
|
||||
|
||||
function testGetInKeyVariableTimeout(cmd) {
|
||||
log("STK CMD " + JSON.stringify(cmd));
|
||||
is(cmd.typeOfCommand, icc.STK_CMD_GET_INKEY);
|
||||
is(cmd.duration.timeUnit, 0x01);
|
||||
is(cmd.duration.timeInterval, 0x0A);
|
||||
|
||||
runNextTest();
|
||||
}
|
||||
|
||||
function testSetupCall(cmd) {
|
||||
log("STK CMD " + JSON.stringify(cmd));
|
||||
is(cmd.typeOfCommand, icc.STK_CMD_SET_UP_CALL);
|
||||
@ -169,6 +178,8 @@ let tests = [
|
||||
func: testTimerManagementGetCurrentValue},
|
||||
{command: "d029810301100482028182050a446973636f6e6e6563748609811032042143651c2c05074d657373616765",
|
||||
func: testSetupCall},
|
||||
{command: "D0198103012200820281828D0A04456E74657220222B228402010A",
|
||||
func: testGetInKeyVariableTimeout},
|
||||
];
|
||||
|
||||
let pendingEmulatorCmdCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user