Bug 785072 - Part 3: Marionette unit test. r=marshall_law

This commit is contained in:
Jose Antonio Olivera Ortega 2012-09-14 12:30:59 +02:00
Родитель 79b5cdecd8
Коммит 03c9b79d7d
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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);