support for type and pref as new properties in organization and address
authorDominique Hazaël-Massieux <dom@w3.org>
Wed, 25 May 2011 14:28:32 +0200
changeset 5 c6082e46771d
parent 4 d793e6e91939
child 6 677fc613073e
support for type and pref as new properties in organization and address
contacts/tests/test-cases/common.js
--- 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"