зеркало из https://github.com/mozilla/gecko-dev.git
Bug 915987 - Part 3: test case for contact.id. r=vicamo
This commit is contained in:
Родитель
beeab71058
Коммит
40bee130d6
|
@ -17,15 +17,19 @@ function testReadContacts(type) {
|
|||
|
||||
is(contacts[0].name, "Mozilla");
|
||||
is(contacts[0].tel[0].value, "15555218201");
|
||||
is(contacts[0].id, "890141032111185107201");
|
||||
|
||||
is(contacts[1].name, "Saßê黃");
|
||||
is(contacts[1].tel[0].value, "15555218202");
|
||||
is(contacts[1].id, "890141032111185107202");
|
||||
|
||||
is(contacts[2].name, "Fire 火");
|
||||
is(contacts[2].tel[0].value, "15555218203");
|
||||
is(contacts[2].id, "890141032111185107203");
|
||||
|
||||
is(contacts[3].name, "Huang 黃");
|
||||
is(contacts[3].tel[0].value, "15555218204");
|
||||
is(contacts[3].id, "890141032111185107204");
|
||||
|
||||
runNextTest();
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче