mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 827831 - Part 3: [B2G STK]: Marionette test case. r=allstars.chh
This commit is contained in:
parent
0ba7fcfa3d
commit
a02186b10c
@ -130,6 +130,15 @@ function testTimerManagementGetCurrentValue(cmd) {
|
|||||||
runNextTest();
|
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) {
|
function testSetupCall(cmd) {
|
||||||
log("STK CMD " + JSON.stringify(cmd));
|
log("STK CMD " + JSON.stringify(cmd));
|
||||||
is(cmd.typeOfCommand, icc.STK_CMD_SET_UP_CALL);
|
is(cmd.typeOfCommand, icc.STK_CMD_SET_UP_CALL);
|
||||||
@ -169,6 +178,8 @@ let tests = [
|
|||||||
func: testTimerManagementGetCurrentValue},
|
func: testTimerManagementGetCurrentValue},
|
||||||
{command: "d029810301100482028182050a446973636f6e6e6563748609811032042143651c2c05074d657373616765",
|
{command: "d029810301100482028182050a446973636f6e6e6563748609811032042143651c2c05074d657373616765",
|
||||||
func: testSetupCall},
|
func: testSetupCall},
|
||||||
|
{command: "D0198103012200820281828D0A04456E74657220222B228402010A",
|
||||||
|
func: testGetInKeyVariableTimeout},
|
||||||
];
|
];
|
||||||
|
|
||||||
let pendingEmulatorCmdCount = 0;
|
let pendingEmulatorCmdCount = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user