--- a/contacts/tests/test-cases/common.js Wed May 25 14:26:11 2011 +0200
+++ b/contacts/tests/test-cases/common.js Wed May 25 14:28:32 2011 +0200
@@ -15,6 +15,8 @@
"phoneNumbers": _contact_fields,
"emails": _contact_fields,
"addresses": [{
+ "pref": "boolean",
+ "type": "string",
"formatted": "string",
"streetAddress": "string",
"locality": "string",
@@ -24,6 +26,8 @@
}],
"ims": _contact_fields,
"organizations": [{
+ "pref": "boolean",
+ "type": "string",
"name": "string",
"department": "string",
"title": "string"