зеркало из https://github.com/mozilla/gecko-dev.git
Bug 785072 - Part 3: Marionette unit test. r=marshall_law
This commit is contained in:
Родитель
79b5cdecd8
Коммит
03c9b79d7d
|
@ -9,6 +9,10 @@ let connection = navigator.mozMobileConnection;
|
|||
ok(connection instanceof MozMobileConnection,
|
||||
"connection is instanceof " + connection.constructor);
|
||||
|
||||
// The emulator's hard coded iccid value.
|
||||
// See it here {B2G_HOME}/external/qemu/telephony/sim_card.c#L299.
|
||||
is(connection.iccInfo.iccid, 89014103211118510720);
|
||||
|
||||
// The emulator's hard coded mcc and mnc codes.
|
||||
// See it here {B2G_HOME}/external/qemu/telephony/android_modem.c#L2465.
|
||||
is(connection.iccInfo.mcc, 310);
|
||||
|
|
Загрузка…
Ссылка в новой задаче