Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_additionalInformation_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_city_attribute</title>
<meta charset="utf-8"/>
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactAddress_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check various arguments for ContactAddress() constructor
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactAddress:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAddress
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contactAddress = new tizen.ContactAddress({
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_country_attribute</title>
<meta charset="utf-8"/>
contactAddress.country = newValue;
assert_equals(contactAddress.country, newValue, "country attribute.");
}, "ContactAddress_country_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek<t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_exist</title>
<meta charset="utf-8"/>
test(function () {
check_constructor("ContactAddress");
}, "ContactAddress_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
-<title> AddressBook_extend</title>
+<title>ContactAddress_extend</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactAddress_extend
//==== LABEL test whether the ContactAddress object is extendable
//==== SPEC Tizen Web API:Social:Contact:ContactAddress:ContactAddress U
-//==== SPEC_URL http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
});
check_extensibility(contactAddress);
}, "ContactAddress_extend");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_isDefault_attribute</title>
<meta charset="utf-8"/>
contactAddress.isDefault = null;
assert_not_equals(contactAddress.isDefault, null, "operation no accept null");
}, "ContactAddress_isDefault_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_postalCode_attribute</title>
<meta charset="utf-8"/>
contactAddress.postalCode = newValue;
assert_equals(contactAddress.postalCode, newValue, "postalCode attribute.");
}, "ContactAddress_postalCode_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_region_attribute</title>
<meta charset="utf-8"/>
contactAddress.region = newValue;
assert_equals(contactAddress.region, newValue, "region attribute.");
}, "ContactAddress_region_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_streetAddress_attribute</title>
<meta charset="utf-8"/>
contactAddress.streetAddress = newValue;
assert_equals(contactAddress.streetAddress, newValue, "streetAddress attribute.");
}, "ContactAddress_streetAddress_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactAddress_types_attribute</title>
<meta charset="utf-8"/>
contactAddress.types = null;
assert_not_equals(contactAddress.types, null, "operation no accept null");
}, "ContactAddress_types_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactAnniversary_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactAnniversary_constructor
//==== LABEL check various arguments for ContactAnniversary(date, label) constructor
//==== SPEC Tizen Web API:Social:Contact:ContactAnniversary:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contactAnniversary, date = new Date(1980, 0, 31), label = "Wedding";
assert_equals(contactAnniversary.date.getTime(), date.getTime(), "label attribute.");
assert_equals(contactAnniversary.label, label, "label attribute.");
}, "ContactAnniversary_constructor");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactAnniversary_constructor_minargs</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactAnniversary_constructor_minargs
//==== LABEL check various arguments for ContactAnniversary(date) constructor
//==== SPEC Tizen Web API:Social:Contact:ContactAnniversary:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contactAnniversary, date = new Date(1980, 0, 31);
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactAnniversary_date_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactAnniversary_date_attribute
//==== LABEL Check ContactAnniversary for date attribute
//==== SPEC Tizen Web API:Social:Contact:ContactAnniversary:date A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE ASG AT AN
test(function () {
var contactAnniversary, date = new Date(1980, 1, 31), newDate = new Date(1981, 12, 30), label = "Wedding";
contactAnniversary.date = null;
assert_not_equals(contactAnniversary.date, null, "operation no accept null");
}, "ContactAnniversary_date_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactAnniversary_exist</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactAnniversary_exist
//==== LABEL Check if tizen.ContactAnniversary exists and is a function
//==== SPEC Tizen Web API:Social:Contact:ContactAnniversary:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("ContactAnniversary");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactAnniversary_extend</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactAnniversary_extend
//==== LABEL test whether the ContactAnniversary object is extendable
//==== SPEC Tizen Web API:Social:Contact:ContactAnniversary:ContactAnniversary U
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary_extend
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
check_extensibility(new tizen.ContactAnniversary(new Date(1976, 11, 2), "Marriage"));
}, "ContactAnniversary_extend");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactAnniversary_label_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactAnniversary_label_attribute
//==== LABEL Check ContactAnniversary for label attribute
//==== SPEC Tizen Web API:Social:Contact:ContactAnniversary:label A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var contactAnniversary, date = new Date(1980, 0, 31), label = "Wedding", newLabel = "Wedding new";
contactAnniversary = new tizen.ContactAnniversary(date);
assert_equals(contactAnniversary.label, null, "label attribute.");
}, "ContactAnniversary_label_attribute");
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if interface ContactArraySuccessCallback exists, it should not.
//==== SPEC Tizen Web API:Social:Contact:ContactArraySuccessCallback:ContactArraySuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CBNIO
test(function () {
check_no_interface_object("ContactArraySuccessCallback");
}, "ContactArraySuccessCallback_notexist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addBatch</title>
+<title>ContactArraySuccessCallback_onsuccess</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactArraySuccessCallback_onsuccess
//==== LABEL Check if callback is called and if its arguments have proper type
//==== SPEC Tizen Web API:Social:Contact:ContactArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CBOA CBT
var t = async_test("ContactArraySuccessCallback_onsuccess");
t.step(function () {
addressbook = tizen.contact.getDefaultAddressBook();
addressbook.addBatch([contact_1, contact_2], addBatchSuccess, addBatchError);
});
+
</script>
</body>
</html>
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactEmailAddress_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check various arguments for ContactEmailAddress() constructor
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactEmailAddress:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactEmailAddress
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contactEmailAddress = new tizen.ContactEmailAddress("test@example.com", ["HOME"]);
assert_equals(contactEmailAddress.email, "test@example.com", "email attribute.");
assert_equals(contactEmailAddress.types[0], "HOME", "types attribute.");
}, "ContactEmailAddress_constructor");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactEmailAddress_email_attribute</title>
<meta charset="utf-8"/>
contactEmailAddress.email = null;
assert_not_equals(contactEmailAddress.email, null, "operation no accept null");
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactEmailAddress_exist</title>
<meta charset="utf-8"/>
test(function () {
check_constructor("ContactEmailAddress");
}, "ContactEmailAddress_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
-<title> AddressBook_extend</title>
+<title>ContactEmailAddress_extend</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactEmailAddress_extend
//==== LABEL test whether the ContactEmailAddress object is extendable
//==== SPEC Tizen Web API:Social:Contact:ContactEmailAddress:ContactEmailAddress U
-//==== SPEC_URL http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
contactEmailAddress = new tizen.ContactEmailAddress("test@example.com", ["HOME"]);
check_extensibility(contactEmailAddress);
}, "ContactEmailAddress_extend");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactEmailAddress_isDefault_attribute</title>
<meta charset="utf-8"/>
contactEmailAddress = new tizen.ContactEmailAddress("user@domain.com");
assert_equals(contactEmailAddress.isDefault, false, "types attribute.");
}, "ContactEmailAddress_isDefault_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactEmailAddress_types_attribute</title>
<meta charset="utf-8"/>
contactEmailAddress = new tizen.ContactEmailAddress("user@domain.com");
assert_equals(contactEmailAddress.types[0], "WORK", "types attribute.");
});
+
</script>
</body>
</html>
-->
<html>
<head>
-<title>Tizen Contact API</title>
+<title>ContactGroup_addressBookId_attribute</title>
<link rel="author" title="Intel" href="http://www.intel.com/"/>
<link rel="help" href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html" />
<meta name="assert" content="Check that the attribute addressBookId is readonly in the ContactGroup"/>
//==== TEST: ContactGroup_addressBookId_attribute
//==== LABEL Check ContactGroup for addressBookId attribute
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:addressBookId A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ARO AE ADV AT
test(function () {
var contactGroup, newValue = 1, addressBook;
assert_type(contactGroup.addressBookId, "string", "Check the group addressBookId type.");
addressBook.removeGroup(contactGroup.id);
}, "ContactGroup_addressBookId_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_connstructor_minarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_connstructor_minarg
//==== LABEL check various arguments for ContactGroup(name) constructor
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contactGroup = new tizen.ContactGroup("Family");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_constructor
//==== LABEL check various arguments for ContactGroup(name, ringtoneURI, photoURI) constructor
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contactGroup = new tizen.ContactGroup("Family", TEST_RING_1, TEST_IMAGE_1);
assert_equals(contactGroup.ringtoneURI, TEST_RING_1, "addressBookId attribute.");
assert_equals(contactGroup.readOnly, false, "addressBookId attribute.");
}, "ContactGroup_constructor");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_exist</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_exist
//==== LABEL Check if tizen.ContactGroup exists and is a function
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("ContactGroup");
}, "ContactGroup_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_extend</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_extend
//==== LABEL test whether the ContactGroup object is extendable
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:ContactGroup U
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
check_extensibility(new tizen.ContactGroup("Family", TEST_RING_1, TEST_IMAGE_1));
}, "ContactGroup_extend");
+
</script>
</body>
</html>
-->
<html>
<head>
-<title>Tizen Contact API</title>
+<title>ContactGroup_id_attribute</title>
<link rel="author" title="Intel" href="http://www.intel.com/"/>
<link rel="help" href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html" />
<meta name="assert" content="Check that the attribute id is readonly"/>
//==== TEST: ContactGroup_id_attribute
//==== LABEL Check ContactGroup for id attribute
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:id A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE ARO ADV AT
test(function () {
var contactGroup, newValue = 1, addressBook;
assert_type(contactGroup.id, "string", "Check the group id type.");
addressBook.removeGroup(contactGroup.id);
}, "ContactGroup_id_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_name_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_name_attribute
//==== LABEL Check ContactGroup for name attribute
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:name A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
var contactGroup, newValue = "newValue";
contactGroup.name = null;
assert_not_equals(contactGroup.name, null, "operation no accept null");
}, "ContactGroup_name_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_photoURI_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_photoURI_attribute
//==== LABEL Check ContactGroup for photoURI attribute
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:photoURI A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactGroup, newValue = TEST_IMAGE_2;
contactGroup.photoURI = newValue;
assert_equals(contactGroup.photoURI, newValue, "photoURI attribute.");
}, "ContactGroup_photoURI_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_readOnly_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_readOnly_attribute
//==== LABEL Check ContactGroup for readOnly attribute
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:readOnly A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ARO ADV
test(function () {
var contactGroup, newValue = true;
contactGroup.readOnly = newValue;
assert_equals(contactGroup.readOnly, false, "readOnly attribute.");
}, "ContactGroup_readOnly_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactGroup_ringtoneURI_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactGroup_ringtoneURI_attribute
//==== LABEL Check ContactGroup for ringtoneURI attribute
//==== SPEC Tizen Web API:Social:Contact:ContactGroup:ringtoneURI A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactGroup, newValue = TEST_RING_2;
contactGroup.ringtoneURI = newValue;
assert_equals(contactGroup.ringtoneURI, newValue, "ringtoneURI attribute.");
}, "ContactGroup_ringtoneURI_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_constructor
//==== LABEL check various arguments for ContactName(ContactNameInit) constructor
//==== SPEC Tizen Web API:Social:Contact:ContactName:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
var contactName;
assert_equals(contactName.phoneticFirstName, "Douglas p", "phoneticFirstName attribute.");
assert_equals(contactName.phoneticLastName, "Colvin p", "phoneticLastName attribute.");
}, "ContactName_constructor");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_displayName_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_displayName_attribute
//==== LABEL Check ContactName for displayName attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:displayName A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ADV AE ARO AT
test(function () {
var contactName, newValue = "newName", addressbook, contact;
assert_type(contact.name.displayName, "string", "displayName type check");
addressbook.remove(contact.id);
}, "ContactName_displayName_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_exist</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_exist
//==== LABEL check if ContactName exist
//==== SPEC Tizen Web API:Social:Contact:ContactName:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("ContactName");
}, "ContactName_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_extend</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_extend
//==== LABEL test whether the ContactName object is extendable
//==== SPEC Tizen Web API:Social:Contact:ContactName:ContactName U
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
});
check_extensibility(contactName);
}, "ContactName_extend");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_firstName_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_firstName_attribute
//==== LABEL Check ContactName for firstName attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:firstName A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE ASG AT
test(function () {
var contactName, newValue = "newName";
contactName.firstName = newValue;
assert_equals(contactName.firstName, newValue, "firstName attribute.");
}, "ContactName_firstName_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_lastName_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_lastName_attribute
//==== LABEL Check ContactName for lastName attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:lastName A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE ASG AT
test(function () {
var contactName, newValue = "newName";
contactName.lastName = newValue;
assert_equals(contactName.lastName, newValue, "lastName attribute.");
}, "ContactName_lastName_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_middleName_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_middleName_attribute
//==== LABEL Check ContactName for middleName attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:middleName A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE ASG AT
test(function () {
var contactName, newValue = "newName";
contactName.middleName = newValue;
assert_equals(contactName.middleName, newValue, "middleName attribute.");
}, "ContactName_middleName_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_nicknames_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_nicknames_attribute
//==== LABEL Check ContactName for nicknames attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:nicknames A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var contactName, newValue = "newName", contactNameDefault;
assert_type(contactNameDefault.nicknames, "array", "contactNameDefault.nicknames type chceck");
assert_equals(contactNameDefault.nicknames.length, 0, "contactNameDefault.nicknames.length chceck");
}, "ContactName_nicknames_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_phoneticFirstName_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_phoneticFirstName_attribute
//==== LABEL Check ContactName for phoneticFirstName attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:phoneticFirstName A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactName, newValue = "newName";
contactName.phoneticFirstName = newValue;
assert_equals(contactName.phoneticFirstName, newValue, "phoneticFirstName attribute.");
}, "ContactName_phoneticFirstName_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_phoneticLastName_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_phoneticLastName_attribute
//==== LABEL Check ContactName for phoneticLastName attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:phoneticLastName A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactName, newValue = "newName";
contactName.phoneticLastName = newValue;
assert_equals(contactName.phoneticLastName, newValue, "phoneticLastName attribute.");
}, "ContactName_phoneticLastName_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_prefix_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_prefix_attribute
//==== LABEL Check ContactName for prefix attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:prefix A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactName, newValue = "newName";
contactName.prefix = newValue;
assert_equals(contactName.prefix, newValue, "prefix attribute.");
}, "ContactName_prefix_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactName_suffix_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactName_suffix_attribute
//==== LABEL Check ContactName for suffix attribute
//==== SPEC Tizen Web API:Social:Contact:ContactName:suffix A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactName, newValue = "newName";
contactName.suffix = newValue;
assert_equals(contactName.suffix, newValue, "suffix attribute.");
}, "ContactName_suffix_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_constructor
//==== LABEL check various arguments for ContactOrganization(orgInitDict) constructor
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contactOrganization;
assert_equals(contactOrganization.role, "role", "role attribute.");
assert_equals(contactOrganization.logoURI, TEST_IMAGE_1, "logoURI attribute.");
}, "ContactOrganization_constructor");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_constructor_minarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_constructor_minarg
//==== LABEL check various arguments for ContactOrganization() constructor
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRM
test(function () {
var contactOrganization;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_department_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_department_attribute
//==== LABEL Check ContactOrganization for department attribute
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:department A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactOrganization, newValue = "newValue";
contactOrganization.department = newValue;
assert_equals(contactOrganization.department, newValue, "department attribute.");
}, "ContactOrganization_department_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_exist</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_exist
//==== LABEL check if ContactOrganization exist
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("ContactOrganization");
}, "ContactOrganization_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_extend</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL test whether the ContactOrganization object is extendable
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:ContactOrganization U
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA OBX
test(function () {
check_extensibility(new tizen.ContactOrganization());
}, "ContactOrganization_extend");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_logoURI_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_logoURI_attribute
//==== LABEL Check ContactOrganization for logoURI attribute
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:logoURI A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactOrganization, newValue = TEST_IMAGE_2;
contactOrganization.logoURI = newValue;
assert_equals(contactOrganization.logoURI, newValue, "logoURI attribute.");
}, "ContactOrganization_logoURI_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_name_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_name_attribute
//==== LABEL Check ContactOrganization for name attribute
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:name A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactOrganization, newValue = "newValue";
contactOrganization.name = newValue;
assert_equals(contactOrganization.name, newValue, "name attribute.");
}, "ContactOrganization_name_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_role_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_role_attribute
//==== LABEL Check ContactOrganization for role attribute
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:role A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactOrganization, newValue = "newValue";
contactOrganization.role = newValue;
assert_equals(contactOrganization.role, newValue, "role attribute.");
}, "ContactOrganization_role_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactOrganization_title_attribute</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: ContactOrganization_title_attribute
//==== LABEL Check ContactOrganization for title attribute
//==== SPEC Tizen Web API:Social:Contact:ContactOrganization:title A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var contactOrganization, newValue = "newValue";
contactOrganization.title = newValue;
assert_equals(contactOrganization.title, newValue, "title attribute.");
}, "ContactOrganization_title_attribute");
+
</script>
</body>
</html>
-->
<html>
<head>
-<title>Tizen Contact module - ContactArraySuccessCallback - onsuccess </title>
+<title>Contact_ContactArraySuccessCallback_onsuccess</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
defaultAddressBook.add(contact);
defaultAddressBook.find(findAllContacts);
});
+
</script>
</body>
</html>
-
<html>
<head>
-<title>Tizen Contact API - ContactEmailAddress - attributes </title>
+<title>Contact_ContactEmailAddress_emails_types</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
assert_not_equals(email, null, "email shouldn't be null");
assert_equals(email.types[0], "HOME", "email.types[0] should be HOME");
});
+
</script>
</body>
</html>
-->
<html>
<head>
-<title>Tizen Contact API - ContactManagerObject - attributes </title>
+<title>Contact_ContactManagerObject_attri_contact</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
test(function () {
assert_not_equals(tizen.contact, null, "tizen.contact!= null");
}, "Contact_ContactManagerObject_attri_contact");
+
</script>
</body>
</html>
-
<html>
<head>
-<title>Tizen Contact module - ContactManager - getAddressBook </title>
+<title>Contact_ContactManager_getAddressBook</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
});
tizen.contact.getAddressBooks(addressBooksSuccess, addressBooksError);
});
+
</script>
</body>
</html>
-
<html>
<head>
-<title>Tizen Contact module - ContactManager - getAddressBook </title>
+<title>Contact_ContactManager_getAddressBook_NULL</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
tizen.contact.getAddressBook(id);
}, "NotFoundError exception.");
}, "Contact_ContactManager_getAddressBook_NULL");
+
</script>
</body>
</html>
-
<html>
<head>
-<title>Tizen Contact module - ContactManager - getAddressBook </title>
+<title>Contact_ContactManager_getAddressBook_invalid</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
tizen.contact.getAddressBook(id);
}, "NotFoundError exception.");
}, "Contact_ContactManager_getAddressBook_invalid");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact module - ContactManager - getAddressBooks </title>
+<title>Contact_ContactManager_getAddressBooks</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
});
tizen.contact.getAddressBooks(addressBooksSuccess, addressBooksError);
});
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact module - ContactManager - getAddressBooks </title>
+<title>Contact_ContactManager_getAddressBooks_invalid</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
}, "TypeMismatchError exception.");
}, "Contact_ContactManager_getAddressBooks_invalid");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact module - ContactManager - getDefaultAddressBook </title>
+<title>Contact_ContactManager_getDefaultAddressBook</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
var defaultAddressBook = tizen.contact.getDefaultAddressBook();
assert_not_equals(defaultAddressBook, null, "defaultAddressBook should not be null");
}, "Contact_ContactManager_getDefaultAddressBook");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - ContactPhoneNumber - attributes </title>
+<title>Contact_ContactPhoneNumber_attri_number_types</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
assert_equals(contactInit.phoneNumbers[0].number, "987654321", "number should be equals 987654321");
assert_equals(contactInit.phoneNumbers[0].types[0],"HOME", "types should be equals HOME");
}, "Contact_ContactPhoneNumber_attri_number_types");
+
</script>
</body>
</html>
-
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_addressBookId_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_addresses_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_anniversaries_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_birthday_attribute</title>
<meta charset="utf-8"/>
contact.birthday = newValue;
assert_equals(contact.birthday.toString(), newValue.toString(), "birthday attribute.");
}, "Contact_birthday_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_clone</title>
<meta charset="utf-8"/>
//==== TEST: Contact_clone
//==== LABEL Check if method clone of Contact works properly.
//==== SPEC Tizen Web API:Social:Contact:Contact:clone M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MNA MR
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_clone_exist</title>
<meta charset="utf-8"/>
//==== TEST: Contact_clone_exist
//==== LABEL Check if method clone of Contact exists
//==== SPEC Tizen Web API:Social:Contact:Contact:clone M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_clone_extra_argument</title>
<meta charset="utf-8"/>
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>Contact_constructor_ContactInit</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check various arguments for Contact() constructor
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:Contact:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactInit
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
var contact, contactInit;
assert_equals(contact.birthday.getTime(), contactInit.birthday.getTime(), "birthday attribute.");
assert_equals(contact.anniversaries[0].date.getTime(), contactInit.anniversaries[0].date.getTime(), "anniversaries[0].date attribute.");
}, "Contact_constructor_ContactInit");
+
</script>
</body>
</html>
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>Contact_constructor_VCARD</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if Contact() constructor correctly initializes the contact object
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:Contact:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactInit
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CONSTRM
test(function () {
var contact, contactVCARD;
contact = new tizen.Contact(contactVCARD);
assert_true(contact instanceof tizen.Contact, "InstanceOf.");
}, "Contact_constructor_VCARD");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_convertToString</title>
<meta charset="utf-8"/>
//==== TEST: Contact_convertToString
//==== LABEL Check if method convertToString of Contact works properly.
//==== SPEC Tizen Web API:Social:Contact:Contact:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_convertToString_exist</title>
<meta charset="utf-8"/>
//==== TEST: Contact_convertToString_exist
//==== LABEL Check if method convertToString of Contact exists
//==== SPEC Tizen Web API:Social:Contact:Contact:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
var contactInit, contact;
assert_true("convertToString" in contact, "No convertToString method in contact");
check_method_exists(contact, "convertToString");
}, "Contact_convertToString_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact_convertToString</title>
+<title>Contact_convertToString_format_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check argument format conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:Contact:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
var contact = createTestContact(), contactStr, defaultAddressBook,
defaultAddressBook.remove(contact.id);
}
}, "Contact_convertToString_format_TypeMismatch");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact_convertToString</title>
+<title>Contact_convertToString_with_format</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== TEST: Contact_convertToString_with_format
//==== LABEL Check with optional arguments convertToString(valid_format)
//==== SPEC Tizen Web API:Social:Contact:Contact:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA MR
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>Contact_convertToString_with_one</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if convertToString() method called with invalid arguments throws an exception
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:Contact:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#convertToStringid2523786
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
var contact = createTestContact();
contact.convertToString(1);
});
}, "Contact_convertToString_with_one");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_emails_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_exist</title>
<meta charset="utf-8"/>
test(function () {
check_constructor("Contact");
}, "Contact_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
-<title> AddressBook_extend</title>
+<title>Contact_extend</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== TEST: Contact_extend
//==== LABEL test whether the Contact object is extendable
//==== SPEC Tizen Web API:Social:Contact:Contact:Contact U
-//==== SPEC_URL http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
contact = new tizen.Contact(contactInit);
check_extensibility(contact);
}, "Contact_extend");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_groupIds_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_id_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_isFavorite_attribute</title>
<meta charset="utf-8"/>
contact.isFavorite = newValue;
assert_equals(contact.isFavorite, false, "contact.isFavorite attribute.");
}, "Contact_isFavorite_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_lastUpdated_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_name_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_notes_attribute</title>
<meta charset="utf-8"/>
contact.notes = null;
assert_not_equals(contact.notes, null, "operation no accept null");
}, "Contact_notes_attribute");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_organizations_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_personId_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_phoneNumbers_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_photoURI_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_ringtoneURI_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Contact_urls_attribute</title>
<meta charset="utf-8"/>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="attribute" element_name="addressBookId" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="attribute" element_name="id" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAddress" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAddress</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactEmailAddress" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactEmailAddress</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactInit</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactInit</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="method" element_name="convertToString" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#convertToStringid2523786</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAnniversary" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAnniversary" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary_extend</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAnniversary" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAnniversary" element_type="attribute" element_name="date" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAnniversary" element_type="attribute" element_name="label" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAnniversary" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="displayName" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="firstName" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="lastName" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="middleName" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="nicknames" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="phoneticFirstName" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="phoneticLastName" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="prefix" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactName" element_type="attribute" element_name="suffix" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="attribute" element_name="name" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="attribute" element_name="ringtoneURI" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="attribute" element_name="photoURI" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactGroup" element_type="attribute" element_name="readOnly" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="attribute" element_name="department" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="attribute" element_name="logoURI" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="attribute" element_name="name" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="attribute" element_name="role" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactOrganization" element_type="attribute" element_name="title" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="method" element_name="clone" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="method" element_name="convertToString" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactArraySuccessCallback" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="method" element_name="clone" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="method" element_name="convertToString" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="method" element_name="convertToString" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Contact" element_type="method" element_name="convertToString" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactAddress" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactEmailAddress" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>