From: Tomasz Kusmierz Date: Wed, 25 Sep 2013 08:38:14 +0000 (+0200) Subject: [Contact] Cleanup by fixer script - part 2 X-Git-Tag: 2.2.1_release~114^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d04b7acf6179ff4cd62b250e7d3b61e83793a02;p=test%2Ftct%2Fweb%2Fapi.git [Contact] Cleanup by fixer script - part 2 Change-Id: I39de51f7035c90827aa50c65b483f4d7887b69ef --- diff --git a/tct-contact-tizen-tests/contact/ContactAddress_additionalInformation_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_additionalInformation_attribute.html index 621b5f612..b741b8b88 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_additionalInformation_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_additionalInformation_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_additionalInformation_attribute diff --git a/tct-contact-tizen-tests/contact/ContactAddress_city_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_city_attribute.html index e2c5c9828..62807678d 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_city_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_city_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_city_attribute diff --git a/tct-contact-tizen-tests/contact/ContactAddress_constructor.html b/tct-contact-tizen-tests/contact/ContactAddress_constructor.html index 772af339e..8fdc0abcf 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_constructor.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_constructor.html @@ -21,10 +21,10 @@ Authors: Tomasz Paciorek --> - + -Contact/UTC_contact +ContactAddress_constructor @@ -37,7 +37,7 @@ Authors: //==== 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({ diff --git a/tct-contact-tizen-tests/contact/ContactAddress_country_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_country_attribute.html index 8bdffb65e..ba0bbe136 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_country_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_country_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_country_attribute @@ -52,6 +52,7 @@ test(function () { contactAddress.country = newValue; assert_equals(contactAddress.country, newValue, "country attribute."); }, "ContactAddress_country_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactAddress_exist.html b/tct-contact-tizen-tests/contact/ContactAddress_exist.html index a2cbbc03f..3fda9634a 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_exist.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_exist @@ -37,6 +37,7 @@ Authors: test(function () { check_constructor("ContactAddress"); }, "ContactAddress_exist"); + diff --git a/tct-contact-tizen-tests/contact/ContactAddress_extend.html b/tct-contact-tizen-tests/contact/ContactAddress_extend.html index 8d25287b9..ebe8ba405 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_extend.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_extend.html @@ -18,13 +18,13 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - AddressBook_extend +ContactAddress_extend @@ -34,7 +34,7 @@ Authors: //==== 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 () { @@ -45,6 +45,7 @@ test(function () { }); check_extensibility(contactAddress); }, "ContactAddress_extend"); + diff --git a/tct-contact-tizen-tests/contact/ContactAddress_isDefault_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_isDefault_attribute.html index 195778b1a..d7e354912 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_isDefault_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_isDefault_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_isDefault_attribute @@ -53,6 +53,7 @@ test(function () { contactAddress.isDefault = null; assert_not_equals(contactAddress.isDefault, null, "operation no accept null"); }, "ContactAddress_isDefault_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactAddress_postalCode_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_postalCode_attribute.html index 7826065a2..2ce9b606c 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_postalCode_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_postalCode_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_postalCode_attribute @@ -51,6 +51,7 @@ test(function () { contactAddress.postalCode = newValue; assert_equals(contactAddress.postalCode, newValue, "postalCode attribute."); }, "ContactAddress_postalCode_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactAddress_region_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_region_attribute.html index 6ac518526..e533b84d4 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_region_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_region_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_region_attribute @@ -51,6 +51,7 @@ test(function () { contactAddress.region = newValue; assert_equals(contactAddress.region, newValue, "region attribute."); }, "ContactAddress_region_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactAddress_streetAddress_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_streetAddress_attribute.html index 3210b3b4a..21ad497e7 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_streetAddress_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_streetAddress_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_streetAddress_attribute @@ -51,6 +51,7 @@ test(function () { contactAddress.streetAddress = newValue; assert_equals(contactAddress.streetAddress, newValue, "streetAddress attribute."); }, "ContactAddress_streetAddress_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactAddress_types_attribute.html b/tct-contact-tizen-tests/contact/ContactAddress_types_attribute.html index 56793bbe3..276bf708b 100644 --- a/tct-contact-tizen-tests/contact/ContactAddress_types_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAddress_types_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactAddress_types_attribute @@ -57,6 +57,7 @@ test(function () { contactAddress.types = null; assert_not_equals(contactAddress.types, null, "operation no accept null"); }, "ContactAddress_types_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactAnniversary_constructor.html b/tct-contact-tizen-tests/contact/ContactAnniversary_constructor.html index b475189bb..4f5b2120a 100644 --- a/tct-contact-tizen-tests/contact/ContactAnniversary_constructor.html +++ b/tct-contact-tizen-tests/contact/ContactAnniversary_constructor.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactAnniversary_constructor @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -44,6 +44,7 @@ test(function () { assert_equals(contactAnniversary.date.getTime(), date.getTime(), "label attribute."); assert_equals(contactAnniversary.label, label, "label attribute."); }, "ContactAnniversary_constructor"); + diff --git a/tct-contact-tizen-tests/contact/ContactAnniversary_constructor_minargs.html b/tct-contact-tizen-tests/contact/ContactAnniversary_constructor_minargs.html index 80129fc40..ad90146f7 100644 --- a/tct-contact-tizen-tests/contact/ContactAnniversary_constructor_minargs.html +++ b/tct-contact-tizen-tests/contact/ContactAnniversary_constructor_minargs.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactAnniversary_constructor_minargs @@ -35,7 +35,7 @@ Authors: //==== 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); diff --git a/tct-contact-tizen-tests/contact/ContactAnniversary_date_attribute.html b/tct-contact-tizen-tests/contact/ContactAnniversary_date_attribute.html index 89e9d1298..21dcf780c 100644 --- a/tct-contact-tizen-tests/contact/ContactAnniversary_date_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAnniversary_date_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactAnniversary_date_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -48,6 +48,7 @@ test(function () { contactAnniversary.date = null; assert_not_equals(contactAnniversary.date, null, "operation no accept null"); }, "ContactAnniversary_date_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactAnniversary_exist.html b/tct-contact-tizen-tests/contact/ContactAnniversary_exist.html index 0230a3558..2d3fd5f76 100644 --- a/tct-contact-tizen-tests/contact/ContactAnniversary_exist.html +++ b/tct-contact-tizen-tests/contact/ContactAnniversary_exist.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactAnniversary_exist @@ -37,7 +37,7 @@ Authors: //==== 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"); diff --git a/tct-contact-tizen-tests/contact/ContactAnniversary_extend.html b/tct-contact-tizen-tests/contact/ContactAnniversary_extend.html index afc725ff3..ee986a744 100644 --- a/tct-contact-tizen-tests/contact/ContactAnniversary_extend.html +++ b/tct-contact-tizen-tests/contact/ContactAnniversary_extend.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactAnniversary_extend @@ -35,12 +35,13 @@ Authors: //==== 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"); + diff --git a/tct-contact-tizen-tests/contact/ContactAnniversary_label_attribute.html b/tct-contact-tizen-tests/contact/ContactAnniversary_label_attribute.html index e01fb40d3..bacfb8ef9 100644 --- a/tct-contact-tizen-tests/contact/ContactAnniversary_label_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactAnniversary_label_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactAnniversary_label_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -47,6 +47,7 @@ test(function () { contactAnniversary = new tizen.ContactAnniversary(date); assert_equals(contactAnniversary.label, null, "label attribute."); }, "ContactAnniversary_label_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html b/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html index 411c69897..15a3e8a5a 100644 --- a/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html +++ b/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + ContactArraySuccessCallback_notexist @@ -33,11 +33,12 @@ Authors: //==== 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"); + diff --git a/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_onsuccess.html b/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_onsuccess.html index c6ea56201..0030a7e52 100644 --- a/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_onsuccess.html +++ b/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_onsuccess.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addBatch +ContactArraySuccessCallback_onsuccess @@ -32,7 +32,7 @@ Authors: //==== 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 () { @@ -74,6 +74,7 @@ t.step(function () { addressbook = tizen.contact.getDefaultAddressBook(); addressbook.addBatch([contact_1, contact_2], addBatchSuccess, addBatchError); }); + diff --git a/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor.html b/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor.html index d4901cc64..5bdc58da4 100644 --- a/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor.html +++ b/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor.html @@ -21,10 +21,10 @@ Authors: Tomasz Paciorek --> - + -Contact/UTC_contact +ContactEmailAddress_constructor @@ -37,7 +37,7 @@ Authors: //==== 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"]); @@ -46,6 +46,7 @@ test(function () { assert_equals(contactEmailAddress.email, "test@example.com", "email attribute."); assert_equals(contactEmailAddress.types[0], "HOME", "types attribute."); }, "ContactEmailAddress_constructor"); + diff --git a/tct-contact-tizen-tests/contact/ContactEmailAddress_email_attribute.html b/tct-contact-tizen-tests/contact/ContactEmailAddress_email_attribute.html index 9ba996a3f..f85a26bc5 100644 --- a/tct-contact-tizen-tests/contact/ContactEmailAddress_email_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactEmailAddress_email_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactEmailAddress_email_attribute @@ -45,6 +45,7 @@ test(function () { contactEmailAddress.email = null; assert_not_equals(contactEmailAddress.email, null, "operation no accept null"); }); + diff --git a/tct-contact-tizen-tests/contact/ContactEmailAddress_exist.html b/tct-contact-tizen-tests/contact/ContactEmailAddress_exist.html index 45ef9c2e8..86a04e4e2 100644 --- a/tct-contact-tizen-tests/contact/ContactEmailAddress_exist.html +++ b/tct-contact-tizen-tests/contact/ContactEmailAddress_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactEmailAddress_exist @@ -37,6 +37,7 @@ Authors: test(function () { check_constructor("ContactEmailAddress"); }, "ContactEmailAddress_exist"); + diff --git a/tct-contact-tizen-tests/contact/ContactEmailAddress_extend.html b/tct-contact-tizen-tests/contact/ContactEmailAddress_extend.html index 945de7c16..24c62c002 100644 --- a/tct-contact-tizen-tests/contact/ContactEmailAddress_extend.html +++ b/tct-contact-tizen-tests/contact/ContactEmailAddress_extend.html @@ -18,13 +18,13 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - AddressBook_extend +ContactEmailAddress_extend @@ -34,7 +34,7 @@ Authors: //==== 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 () { @@ -42,6 +42,7 @@ test(function () { contactEmailAddress = new tizen.ContactEmailAddress("test@example.com", ["HOME"]); check_extensibility(contactEmailAddress); }, "ContactEmailAddress_extend"); + diff --git a/tct-contact-tizen-tests/contact/ContactEmailAddress_isDefault_attribute.html b/tct-contact-tizen-tests/contact/ContactEmailAddress_isDefault_attribute.html index b762a71f1..93f5c6e76 100644 --- a/tct-contact-tizen-tests/contact/ContactEmailAddress_isDefault_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactEmailAddress_isDefault_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactEmailAddress_isDefault_attribute @@ -46,6 +46,7 @@ test(function () { contactEmailAddress = new tizen.ContactEmailAddress("user@domain.com"); assert_equals(contactEmailAddress.isDefault, false, "types attribute."); }, "ContactEmailAddress_isDefault_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute.html b/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute.html index 1c4cfc283..dbe7ac32c 100644 --- a/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactEmailAddress_types_attribute @@ -50,6 +50,7 @@ test(function () { contactEmailAddress = new tizen.ContactEmailAddress("user@domain.com"); assert_equals(contactEmailAddress.types[0], "WORK", "types attribute."); }); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_addressBookId_attribute.html b/tct-contact-tizen-tests/contact/ContactGroup_addressBookId_attribute.html index 1d3782526..9d93f9428 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_addressBookId_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_addressBookId_attribute.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact API +ContactGroup_addressBookId_attribute @@ -46,7 +46,7 @@ Authors: //==== 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; @@ -60,6 +60,7 @@ test(function () { assert_type(contactGroup.addressBookId, "string", "Check the group addressBookId type."); addressBook.removeGroup(contactGroup.id); }, "ContactGroup_addressBookId_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_connstructor_minarg.html b/tct-contact-tizen-tests/contact/ContactGroup_connstructor_minarg.html index 01bd139fd..05152d59c 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_connstructor_minarg.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_connstructor_minarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_connstructor_minarg @@ -35,7 +35,7 @@ Authors: //==== 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"); diff --git a/tct-contact-tizen-tests/contact/ContactGroup_constructor.html b/tct-contact-tizen-tests/contact/ContactGroup_constructor.html index f3e4f0722..3cc53dc0d 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_constructor.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_constructor.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_constructor @@ -35,7 +35,7 @@ Authors: //==== 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); @@ -48,6 +48,7 @@ test(function () { assert_equals(contactGroup.ringtoneURI, TEST_RING_1, "addressBookId attribute."); assert_equals(contactGroup.readOnly, false, "addressBookId attribute."); }, "ContactGroup_constructor"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_exist.html b/tct-contact-tizen-tests/contact/ContactGroup_exist.html index 80503b0f1..25f847a2b 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_exist.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_exist.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_exist @@ -35,11 +35,12 @@ Authors: //==== 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"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_extend.html b/tct-contact-tizen-tests/contact/ContactGroup_extend.html index d0e689995..066cc272d 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_extend.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_extend.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_extend @@ -35,12 +35,13 @@ Authors: //==== 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"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_id_attribute.html b/tct-contact-tizen-tests/contact/ContactGroup_id_attribute.html index 458cb6aef..b3b6bcb1b 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_id_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_id_attribute.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API +ContactGroup_id_attribute @@ -47,7 +47,7 @@ Authors: //==== 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; @@ -61,6 +61,7 @@ test(function () { assert_type(contactGroup.id, "string", "Check the group id type."); addressBook.removeGroup(contactGroup.id); }, "ContactGroup_id_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_name_attribute.html b/tct-contact-tizen-tests/contact/ContactGroup_name_attribute.html index 175256ac8..c23b872f9 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_name_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_name_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_name_attribute @@ -37,7 +37,7 @@ Authors: //==== 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"; @@ -49,6 +49,7 @@ test(function () { contactGroup.name = null; assert_not_equals(contactGroup.name, null, "operation no accept null"); }, "ContactGroup_name_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_photoURI_attribute.html b/tct-contact-tizen-tests/contact/ContactGroup_photoURI_attribute.html index 64e4bfc0f..a12c2e184 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_photoURI_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_photoURI_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_photoURI_attribute @@ -37,7 +37,7 @@ Authors: //==== 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; @@ -47,6 +47,7 @@ test(function () { contactGroup.photoURI = newValue; assert_equals(contactGroup.photoURI, newValue, "photoURI attribute."); }, "ContactGroup_photoURI_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_readOnly_attribute.html b/tct-contact-tizen-tests/contact/ContactGroup_readOnly_attribute.html index 9932bb243..e6eb4a71e 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_readOnly_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_readOnly_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_readOnly_attribute @@ -37,7 +37,7 @@ Authors: //==== 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; @@ -47,6 +47,7 @@ test(function () { contactGroup.readOnly = newValue; assert_equals(contactGroup.readOnly, false, "readOnly attribute."); }, "ContactGroup_readOnly_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactGroup_ringtoneURI_attribute.html b/tct-contact-tizen-tests/contact/ContactGroup_ringtoneURI_attribute.html index c19e755f5..ad6969114 100644 --- a/tct-contact-tizen-tests/contact/ContactGroup_ringtoneURI_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactGroup_ringtoneURI_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactGroup_ringtoneURI_attribute @@ -37,7 +37,7 @@ Authors: //==== 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; @@ -47,6 +47,7 @@ test(function () { contactGroup.ringtoneURI = newValue; assert_equals(contactGroup.ringtoneURI, newValue, "ringtoneURI attribute."); }, "ContactGroup_ringtoneURI_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_constructor.html b/tct-contact-tizen-tests/contact/ContactName_constructor.html index b32a0f563..f52b4bfc3 100644 --- a/tct-contact-tizen-tests/contact/ContactName_constructor.html +++ b/tct-contact-tizen-tests/contact/ContactName_constructor.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_constructor @@ -35,7 +35,7 @@ Authors: //==== 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; @@ -61,6 +61,7 @@ test(function () { assert_equals(contactName.phoneticFirstName, "Douglas p", "phoneticFirstName attribute."); assert_equals(contactName.phoneticLastName, "Colvin p", "phoneticLastName attribute."); }, "ContactName_constructor"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_displayName_attribute.html b/tct-contact-tizen-tests/contact/ContactName_displayName_attribute.html index b53cd6508..b8c935119 100644 --- a/tct-contact-tizen-tests/contact/ContactName_displayName_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_displayName_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_displayName_attribute @@ -35,7 +35,7 @@ Authors: //==== 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; @@ -67,6 +67,7 @@ test(function () { assert_type(contact.name.displayName, "string", "displayName type check"); addressbook.remove(contact.id); }, "ContactName_displayName_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_exist.html b/tct-contact-tizen-tests/contact/ContactName_exist.html index 587e8f157..35ae0de95 100644 --- a/tct-contact-tizen-tests/contact/ContactName_exist.html +++ b/tct-contact-tizen-tests/contact/ContactName_exist.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_exist @@ -35,11 +35,12 @@ Authors: //==== 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"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_extend.html b/tct-contact-tizen-tests/contact/ContactName_extend.html index 53f19f5b3..cd37488ed 100644 --- a/tct-contact-tizen-tests/contact/ContactName_extend.html +++ b/tct-contact-tizen-tests/contact/ContactName_extend.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_extend @@ -35,7 +35,7 @@ Authors: //==== 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 () { @@ -52,6 +52,7 @@ test(function () { }); check_extensibility(contactName); }, "ContactName_extend"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_firstName_attribute.html b/tct-contact-tizen-tests/contact/ContactName_firstName_attribute.html index a417ec03f..9ad83ca53 100644 --- a/tct-contact-tizen-tests/contact/ContactName_firstName_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_firstName_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_firstName_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -55,6 +55,7 @@ test(function () { contactName.firstName = newValue; assert_equals(contactName.firstName, newValue, "firstName attribute."); }, "ContactName_firstName_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_lastName_attribute.html b/tct-contact-tizen-tests/contact/ContactName_lastName_attribute.html index f419ad1f7..3608ca6dd 100644 --- a/tct-contact-tizen-tests/contact/ContactName_lastName_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_lastName_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_lastName_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -55,6 +55,7 @@ test(function () { contactName.lastName = newValue; assert_equals(contactName.lastName, newValue, "lastName attribute."); }, "ContactName_lastName_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_middleName_attribute.html b/tct-contact-tizen-tests/contact/ContactName_middleName_attribute.html index 15bf1b26d..280e9c35e 100644 --- a/tct-contact-tizen-tests/contact/ContactName_middleName_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_middleName_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_middleName_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -55,6 +55,7 @@ test(function () { contactName.middleName = newValue; assert_equals(contactName.middleName, newValue, "middleName attribute."); }, "ContactName_middleName_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute.html b/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute.html index 60a8f6133..cc3f401f7 100644 --- a/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_nicknames_attribute @@ -35,7 +35,7 @@ Authors: //==== 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; @@ -72,6 +72,7 @@ test(function () { assert_type(contactNameDefault.nicknames, "array", "contactNameDefault.nicknames type chceck"); assert_equals(contactNameDefault.nicknames.length, 0, "contactNameDefault.nicknames.length chceck"); }, "ContactName_nicknames_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_phoneticFirstName_attribute.html b/tct-contact-tizen-tests/contact/ContactName_phoneticFirstName_attribute.html index 28c9e5393..2ce1c949b 100644 --- a/tct-contact-tizen-tests/contact/ContactName_phoneticFirstName_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_phoneticFirstName_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_phoneticFirstName_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -55,6 +55,7 @@ test(function () { contactName.phoneticFirstName = newValue; assert_equals(contactName.phoneticFirstName, newValue, "phoneticFirstName attribute."); }, "ContactName_phoneticFirstName_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_phoneticLastName_attribute.html b/tct-contact-tizen-tests/contact/ContactName_phoneticLastName_attribute.html index fbe3ba1fa..fe2d6887b 100644 --- a/tct-contact-tizen-tests/contact/ContactName_phoneticLastName_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_phoneticLastName_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_phoneticLastName_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -55,6 +55,7 @@ test(function () { contactName.phoneticLastName = newValue; assert_equals(contactName.phoneticLastName, newValue, "phoneticLastName attribute."); }, "ContactName_phoneticLastName_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_prefix_attribute.html b/tct-contact-tizen-tests/contact/ContactName_prefix_attribute.html index b5f48085a..544d28fa3 100644 --- a/tct-contact-tizen-tests/contact/ContactName_prefix_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_prefix_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_prefix_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -55,6 +55,7 @@ test(function () { contactName.prefix = newValue; assert_equals(contactName.prefix, newValue, "prefix attribute."); }, "ContactName_prefix_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactName_suffix_attribute.html b/tct-contact-tizen-tests/contact/ContactName_suffix_attribute.html index d5538a7f2..9bee8e689 100644 --- a/tct-contact-tizen-tests/contact/ContactName_suffix_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactName_suffix_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactName_suffix_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -55,6 +55,7 @@ test(function () { contactName.suffix = newValue; assert_equals(contactName.suffix, newValue, "suffix attribute."); }, "ContactName_suffix_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_constructor.html b/tct-contact-tizen-tests/contact/ContactOrganization_constructor.html index 00f710073..7dcf24b34 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_constructor.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_constructor.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_constructor @@ -35,7 +35,7 @@ Authors: //==== 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; @@ -55,6 +55,7 @@ test(function () { assert_equals(contactOrganization.role, "role", "role attribute."); assert_equals(contactOrganization.logoURI, TEST_IMAGE_1, "logoURI attribute."); }, "ContactOrganization_constructor"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_constructor_minarg.html b/tct-contact-tizen-tests/contact/ContactOrganization_constructor_minarg.html index 25590877d..d3af32182 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_constructor_minarg.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_constructor_minarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_constructor_minarg @@ -37,7 +37,7 @@ Authors: //==== 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; diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_department_attribute.html b/tct-contact-tizen-tests/contact/ContactOrganization_department_attribute.html index 13524d54d..eae8fa066 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_department_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_department_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_department_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -53,6 +53,7 @@ test(function () { contactOrganization.department = newValue; assert_equals(contactOrganization.department, newValue, "department attribute."); }, "ContactOrganization_department_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_exist.html b/tct-contact-tizen-tests/contact/ContactOrganization_exist.html index 086ae5af2..a0a3ee80b 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_exist.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_exist.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_exist @@ -35,11 +35,12 @@ Authors: //==== 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"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_extend.html b/tct-contact-tizen-tests/contact/ContactOrganization_extend.html index bd014dc2d..55f6ba857 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_extend.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_extend.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_extend @@ -36,11 +36,12 @@ Authors: //==== 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"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_logoURI_attribute.html b/tct-contact-tizen-tests/contact/ContactOrganization_logoURI_attribute.html index 9a9f006e2..b9f2b7bf6 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_logoURI_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_logoURI_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_logoURI_attribute @@ -35,7 +35,7 @@ Authors: //==== 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; @@ -53,6 +53,7 @@ test(function () { contactOrganization.logoURI = newValue; assert_equals(contactOrganization.logoURI, newValue, "logoURI attribute."); }, "ContactOrganization_logoURI_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_name_attribute.html b/tct-contact-tizen-tests/contact/ContactOrganization_name_attribute.html index 47b6ee567..a9fb035cc 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_name_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_name_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_name_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -53,6 +53,7 @@ test(function () { contactOrganization.name = newValue; assert_equals(contactOrganization.name, newValue, "name attribute."); }, "ContactOrganization_name_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_role_attribute.html b/tct-contact-tizen-tests/contact/ContactOrganization_role_attribute.html index 028b22e6a..de6b70be9 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_role_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_role_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_role_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -53,6 +53,7 @@ test(function () { contactOrganization.role = newValue; assert_equals(contactOrganization.role, newValue, "role attribute."); }, "ContactOrganization_role_attribute"); + diff --git a/tct-contact-tizen-tests/contact/ContactOrganization_title_attribute.html b/tct-contact-tizen-tests/contact/ContactOrganization_title_attribute.html index e5c414dd3..4b44ad07c 100644 --- a/tct-contact-tizen-tests/contact/ContactOrganization_title_attribute.html +++ b/tct-contact-tizen-tests/contact/ContactOrganization_title_attribute.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactOrganization_title_attribute @@ -35,7 +35,7 @@ Authors: //==== 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"; @@ -53,6 +53,7 @@ test(function () { contactOrganization.title = newValue; assert_equals(contactOrganization.title, newValue, "title attribute."); }, "ContactOrganization_title_attribute"); + diff --git a/tct-contact-tizen-tests/contact/Contact_ContactArraySuccessCallback_onsuccess.html b/tct-contact-tizen-tests/contact/Contact_ContactArraySuccessCallback_onsuccess.html index e407a2fea..d62904261 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactArraySuccessCallback_onsuccess.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactArraySuccessCallback_onsuccess.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact module - ContactArraySuccessCallback - onsuccess +Contact_ContactArraySuccessCallback_onsuccess @@ -64,7 +64,7 @@ t.step(function () { defaultAddressBook.add(contact); defaultAddressBook.find(findAllContacts); }); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactEmailAddress_emails_types.html b/tct-contact-tizen-tests/contact/Contact_ContactEmailAddress_emails_types.html index cdd1ec67b..8c270d196 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactEmailAddress_emails_types.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactEmailAddress_emails_types.html @@ -35,7 +35,7 @@ Revision history: -Tizen Contact API - ContactEmailAddress - attributes +Contact_ContactEmailAddress_emails_types @@ -54,6 +54,7 @@ test(function () { assert_not_equals(email, null, "email shouldn't be null"); assert_equals(email.types[0], "HOME", "email.types[0] should be HOME"); }); + diff --git a/tct-contact-tizen-tests/contact/Contact_ContactManagerObject_attri_contact.html b/tct-contact-tizen-tests/contact/Contact_ContactManagerObject_attri_contact.html index 2ae8496e3..96b8f3700 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactManagerObject_attri_contact.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactManagerObject_attri_contact.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact API - ContactManagerObject - attributes +Contact_ContactManagerObject_attri_contact @@ -50,7 +50,7 @@ Authors: test(function () { assert_not_equals(tizen.contact, null, "tizen.contact!= null"); }, "Contact_ContactManagerObject_attri_contact"); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook.html b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook.html index 5ff710e42..3e23d18ae 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook.html @@ -35,7 +35,7 @@ Revision history: -Tizen Contact module - ContactManager - getAddressBook +Contact_ContactManager_getAddressBook @@ -67,7 +67,7 @@ t.step(function () { }); tizen.contact.getAddressBooks(addressBooksSuccess, addressBooksError); }); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_NULL.html b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_NULL.html index e64d65a40..8c58ad286 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_NULL.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_NULL.html @@ -32,7 +32,7 @@ Revision history: -Tizen Contact module - ContactManager - getAddressBook +Contact_ContactManager_getAddressBook_NULL @@ -53,7 +53,7 @@ test(function () { tizen.contact.getAddressBook(id); }, "NotFoundError exception."); }, "Contact_ContactManager_getAddressBook_NULL"); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_invalid.html b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_invalid.html index 672d44bdd..2a4b35023 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_invalid.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_invalid.html @@ -33,7 +33,7 @@ Revision history: -Tizen Contact module - ContactManager - getAddressBook +Contact_ContactManager_getAddressBook_invalid @@ -54,7 +54,7 @@ test(function () { tizen.contact.getAddressBook(id); }, "NotFoundError exception."); }, "Contact_ContactManager_getAddressBook_invalid"); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks.html b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks.html index 26baec146..b84f3e7f7 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact module - ContactManager - getAddressBooks +Contact_ContactManager_getAddressBooks @@ -59,7 +59,7 @@ t.step(function () { }); tizen.contact.getAddressBooks(addressBooksSuccess, addressBooksError); }); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks_invalid.html b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks_invalid.html index 22163a9ad..5e634566b 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks_invalid.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks_invalid.html @@ -34,7 +34,7 @@ Revision history: --> -Tizen Contact module - ContactManager - getAddressBooks +Contact_ContactManager_getAddressBooks_invalid @@ -58,7 +58,7 @@ test(function () { }, "TypeMismatchError exception."); }, "Contact_ContactManager_getAddressBooks_invalid"); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactManager_getDefaultAddressBook.html b/tct-contact-tizen-tests/contact/Contact_ContactManager_getDefaultAddressBook.html index 4d972ee99..0de5c218a 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactManager_getDefaultAddressBook.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactManager_getDefaultAddressBook.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact module - ContactManager - getDefaultAddressBook +Contact_ContactManager_getDefaultAddressBook @@ -50,7 +50,7 @@ test(function () { var defaultAddressBook = tizen.contact.getDefaultAddressBook(); assert_not_equals(defaultAddressBook, null, "defaultAddressBook should not be null"); }, "Contact_ContactManager_getDefaultAddressBook"); + - diff --git a/tct-contact-tizen-tests/contact/Contact_ContactPhoneNumber_attri_number_types.html b/tct-contact-tizen-tests/contact/Contact_ContactPhoneNumber_attri_number_types.html index c9621a9a0..47eeefc7b 100644 --- a/tct-contact-tizen-tests/contact/Contact_ContactPhoneNumber_attri_number_types.html +++ b/tct-contact-tizen-tests/contact/Contact_ContactPhoneNumber_attri_number_types.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact API - ContactPhoneNumber - attributes +Contact_ContactPhoneNumber_attri_number_types @@ -57,7 +57,7 @@ test(function () { 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"); + - diff --git a/tct-contact-tizen-tests/contact/Contact_addressBookId_attribute.html b/tct-contact-tizen-tests/contact/Contact_addressBookId_attribute.html index a1a1a7dce..29612354a 100644 --- a/tct-contact-tizen-tests/contact/Contact_addressBookId_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_addressBookId_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_addressBookId_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_addresses_attribute.html b/tct-contact-tizen-tests/contact/Contact_addresses_attribute.html index ed22cae31..d68aa3bb3 100644 --- a/tct-contact-tizen-tests/contact/Contact_addresses_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_addresses_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_addresses_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_anniversaries_attribute.html b/tct-contact-tizen-tests/contact/Contact_anniversaries_attribute.html index 24e6c8311..436614a35 100644 --- a/tct-contact-tizen-tests/contact/Contact_anniversaries_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_anniversaries_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_anniversaries_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_birthday_attribute.html b/tct-contact-tizen-tests/contact/Contact_birthday_attribute.html index 7402c1560..27c17dbed 100644 --- a/tct-contact-tizen-tests/contact/Contact_birthday_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_birthday_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_birthday_attribute @@ -71,6 +71,7 @@ test(function () { contact.birthday = newValue; assert_equals(contact.birthday.toString(), newValue.toString(), "birthday attribute."); }, "Contact_birthday_attribute"); + diff --git a/tct-contact-tizen-tests/contact/Contact_clone.html b/tct-contact-tizen-tests/contact/Contact_clone.html index 05c50c12a..7e5af25a3 100644 --- a/tct-contact-tizen-tests/contact/Contact_clone.html +++ b/tct-contact-tizen-tests/contact/Contact_clone.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_clone @@ -33,7 +33,7 @@ Authors: //==== 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 () { diff --git a/tct-contact-tizen-tests/contact/Contact_clone_exist.html b/tct-contact-tizen-tests/contact/Contact_clone_exist.html index 8d9bf642b..4c13bbed8 100644 --- a/tct-contact-tizen-tests/contact/Contact_clone_exist.html +++ b/tct-contact-tizen-tests/contact/Contact_clone_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_clone_exist @@ -33,7 +33,7 @@ Authors: //==== 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 () { diff --git a/tct-contact-tizen-tests/contact/Contact_clone_extra_argument.html b/tct-contact-tizen-tests/contact/Contact_clone_extra_argument.html index 36ebd1f94..26ce262a4 100644 --- a/tct-contact-tizen-tests/contact/Contact_clone_extra_argument.html +++ b/tct-contact-tizen-tests/contact/Contact_clone_extra_argument.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_clone_extra_argument diff --git a/tct-contact-tizen-tests/contact/Contact_constructor_ContactInit.html b/tct-contact-tizen-tests/contact/Contact_constructor_ContactInit.html index 37f2fea5a..81dc1a926 100644 --- a/tct-contact-tizen-tests/contact/Contact_constructor_ContactInit.html +++ b/tct-contact-tizen-tests/contact/Contact_constructor_ContactInit.html @@ -21,10 +21,10 @@ Authors: Tomasz Paciorek --> - + -Contact/UTC_contact +Contact_constructor_ContactInit @@ -36,7 +36,7 @@ Authors: //==== 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; @@ -70,6 +70,7 @@ test(function () { 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"); + diff --git a/tct-contact-tizen-tests/contact/Contact_constructor_VCARD.html b/tct-contact-tizen-tests/contact/Contact_constructor_VCARD.html index b5f2ea6ff..3020bb430 100644 --- a/tct-contact-tizen-tests/contact/Contact_constructor_VCARD.html +++ b/tct-contact-tizen-tests/contact/Contact_constructor_VCARD.html @@ -21,10 +21,10 @@ Authors: Tomasz Paciorek --> - + -Contact/UTC_contact +Contact_constructor_VCARD @@ -36,7 +36,7 @@ Authors: //==== 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; @@ -58,6 +58,7 @@ test(function () { contact = new tizen.Contact(contactVCARD); assert_true(contact instanceof tizen.Contact, "InstanceOf."); }, "Contact_constructor_VCARD"); + diff --git a/tct-contact-tizen-tests/contact/Contact_convertToString.html b/tct-contact-tizen-tests/contact/Contact_convertToString.html index 68a4e8f3c..f0abf04a3 100644 --- a/tct-contact-tizen-tests/contact/Contact_convertToString.html +++ b/tct-contact-tizen-tests/contact/Contact_convertToString.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_convertToString @@ -33,7 +33,7 @@ Authors: //==== 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 () { diff --git a/tct-contact-tizen-tests/contact/Contact_convertToString_exist.html b/tct-contact-tizen-tests/contact/Contact_convertToString_exist.html index 2d4ed9d96..023616062 100644 --- a/tct-contact-tizen-tests/contact/Contact_convertToString_exist.html +++ b/tct-contact-tizen-tests/contact/Contact_convertToString_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_convertToString_exist @@ -33,7 +33,7 @@ Authors: //==== 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; @@ -42,6 +42,7 @@ test(function () { assert_true("convertToString" in contact, "No convertToString method in contact"); check_method_exists(contact, "convertToString"); }, "Contact_convertToString_exist"); + diff --git a/tct-contact-tizen-tests/contact/Contact_convertToString_format_TypeMismatch.html b/tct-contact-tizen-tests/contact/Contact_convertToString_format_TypeMismatch.html index 0f7a8f531..53bdb6142 100644 --- a/tct-contact-tizen-tests/contact/Contact_convertToString_format_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/Contact_convertToString_format_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact_convertToString +Contact_convertToString_format_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== 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, @@ -50,6 +50,7 @@ test(function () { defaultAddressBook.remove(contact.id); } }, "Contact_convertToString_format_TypeMismatch"); + diff --git a/tct-contact-tizen-tests/contact/Contact_convertToString_with_format.html b/tct-contact-tizen-tests/contact/Contact_convertToString_with_format.html index 00bc76f5f..309c4a088 100644 --- a/tct-contact-tizen-tests/contact/Contact_convertToString_with_format.html +++ b/tct-contact-tizen-tests/contact/Contact_convertToString_with_format.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact_convertToString +Contact_convertToString_with_format @@ -33,7 +33,7 @@ Authors: //==== 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 () { diff --git a/tct-contact-tizen-tests/contact/Contact_convertToString_with_one.html b/tct-contact-tizen-tests/contact/Contact_convertToString_with_one.html index 1d4538e95..ecd86f6a0 100644 --- a/tct-contact-tizen-tests/contact/Contact_convertToString_with_one.html +++ b/tct-contact-tizen-tests/contact/Contact_convertToString_with_one.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +Contact_convertToString_with_one @@ -36,7 +36,7 @@ Authors: //==== 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(); @@ -47,6 +47,7 @@ test(function () { contact.convertToString(1); }); }, "Contact_convertToString_with_one"); + diff --git a/tct-contact-tizen-tests/contact/Contact_emails_attribute.html b/tct-contact-tizen-tests/contact/Contact_emails_attribute.html index 6b5b202f2..00fb2eb36 100644 --- a/tct-contact-tizen-tests/contact/Contact_emails_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_emails_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_emails_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_exist.html b/tct-contact-tizen-tests/contact/Contact_exist.html index 3ebea0289..3bd8a7dd8 100644 --- a/tct-contact-tizen-tests/contact/Contact_exist.html +++ b/tct-contact-tizen-tests/contact/Contact_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_exist @@ -37,6 +37,7 @@ Authors: test(function () { check_constructor("Contact"); }, "Contact_exist"); + diff --git a/tct-contact-tizen-tests/contact/Contact_extend.html b/tct-contact-tizen-tests/contact/Contact_extend.html index 249bc3dff..2a6e734a5 100644 --- a/tct-contact-tizen-tests/contact/Contact_extend.html +++ b/tct-contact-tizen-tests/contact/Contact_extend.html @@ -18,13 +18,13 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - AddressBook_extend +Contact_extend @@ -34,7 +34,7 @@ Authors: //==== 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 () { @@ -58,6 +58,7 @@ test(function () { contact = new tizen.Contact(contactInit); check_extensibility(contact); }, "Contact_extend"); + diff --git a/tct-contact-tizen-tests/contact/Contact_groupIds_attribute.html b/tct-contact-tizen-tests/contact/Contact_groupIds_attribute.html index 483e2c945..8a830a4c1 100644 --- a/tct-contact-tizen-tests/contact/Contact_groupIds_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_groupIds_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_groupIds_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_id_attribute.html b/tct-contact-tizen-tests/contact/Contact_id_attribute.html index 4c8bb2ec8..61be49ecb 100644 --- a/tct-contact-tizen-tests/contact/Contact_id_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_id_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_id_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_isFavorite_attribute.html b/tct-contact-tizen-tests/contact/Contact_isFavorite_attribute.html index ef731a083..213d76f4f 100644 --- a/tct-contact-tizen-tests/contact/Contact_isFavorite_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_isFavorite_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_isFavorite_attribute @@ -70,6 +70,7 @@ test(function () { contact.isFavorite = newValue; assert_equals(contact.isFavorite, false, "contact.isFavorite attribute."); }, "Contact_isFavorite_attribute"); + diff --git a/tct-contact-tizen-tests/contact/Contact_lastUpdated_attribute.html b/tct-contact-tizen-tests/contact/Contact_lastUpdated_attribute.html index 7ae4eedd0..72845a627 100644 --- a/tct-contact-tizen-tests/contact/Contact_lastUpdated_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_lastUpdated_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_lastUpdated_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_name_attribute.html b/tct-contact-tizen-tests/contact/Contact_name_attribute.html index 12b983824..e961f6cd4 100644 --- a/tct-contact-tizen-tests/contact/Contact_name_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_name_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_name_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_notes_attribute.html b/tct-contact-tizen-tests/contact/Contact_notes_attribute.html index 5b5a60e75..997ea12d9 100644 --- a/tct-contact-tizen-tests/contact/Contact_notes_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_notes_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_notes_attribute @@ -76,6 +76,7 @@ test(function () { contact.notes = null; assert_not_equals(contact.notes, null, "operation no accept null"); }, "Contact_notes_attribute"); + diff --git a/tct-contact-tizen-tests/contact/Contact_organizations_attribute.html b/tct-contact-tizen-tests/contact/Contact_organizations_attribute.html index b03c80162..a56eb7ddb 100644 --- a/tct-contact-tizen-tests/contact/Contact_organizations_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_organizations_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_organizations_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_personId_attribute.html b/tct-contact-tizen-tests/contact/Contact_personId_attribute.html index 14da14a04..2b7b968b0 100644 --- a/tct-contact-tizen-tests/contact/Contact_personId_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_personId_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_personId_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_phoneNumbers_attribute.html b/tct-contact-tizen-tests/contact/Contact_phoneNumbers_attribute.html index be332b095..b2bd68ca2 100644 --- a/tct-contact-tizen-tests/contact/Contact_phoneNumbers_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_phoneNumbers_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_phoneNumbers_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_photoURI_attribute.html b/tct-contact-tizen-tests/contact/Contact_photoURI_attribute.html index 2f56ec727..4ddec78bf 100644 --- a/tct-contact-tizen-tests/contact/Contact_photoURI_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_photoURI_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_photoURI_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_ringtoneURI_attribute.html b/tct-contact-tizen-tests/contact/Contact_ringtoneURI_attribute.html index a97d71417..fb401b6d2 100644 --- a/tct-contact-tizen-tests/contact/Contact_ringtoneURI_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_ringtoneURI_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_ringtoneURI_attribute diff --git a/tct-contact-tizen-tests/contact/Contact_urls_attribute.html b/tct-contact-tizen-tests/contact/Contact_urls_attribute.html index c522a27a1..fd0517b9a 100644 --- a/tct-contact-tizen-tests/contact/Contact_urls_attribute.html +++ b/tct-contact-tizen-tests/contact/Contact_urls_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Contact_urls_attribute diff --git a/tct-contact-tizen-tests/tests.full.xml b/tct-contact-tizen-tests/tests.full.xml index 12939049c..94a0ac9a9 100644 --- a/tct-contact-tizen-tests/tests.full.xml +++ b/tct-contact-tizen-tests/tests.full.xml @@ -334,7 +334,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -346,7 +346,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -598,7 +598,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAddress + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -610,7 +610,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactEmailAddress + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -622,7 +622,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -634,7 +634,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactInit + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -646,7 +646,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactInit + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -742,7 +742,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -778,7 +778,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#convertToStringid2523786 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -802,7 +802,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -814,7 +814,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary_extend + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -838,7 +838,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -850,7 +850,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -862,7 +862,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -922,7 +922,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactAnniversary + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -934,7 +934,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -946,7 +946,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -958,7 +958,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -970,7 +970,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -982,7 +982,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -994,7 +994,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1006,7 +1006,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1018,7 +1018,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1030,7 +1030,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1042,7 +1042,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1054,7 +1054,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1066,7 +1066,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactName + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1150,7 +1150,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1162,7 +1162,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1174,7 +1174,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1186,7 +1186,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1198,7 +1198,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1210,7 +1210,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1222,7 +1222,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactGroup + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1234,7 +1234,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1246,7 +1246,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1258,7 +1258,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1270,7 +1270,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1282,7 +1282,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1294,7 +1294,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1306,7 +1306,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1318,7 +1318,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactOrganization + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2266,7 +2266,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2278,7 +2278,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2326,7 +2326,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2722,7 +2722,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2734,7 +2734,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3262,7 +3262,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3706,7 +3706,7 @@ - http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3718,7 +3718,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3730,7 +3730,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3742,7 +3742,7 @@ - http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3766,7 +3766,7 @@ - http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD