From: Tomasz Kusmierz Date: Wed, 25 Sep 2013 08:48:01 +0000 (+0200) Subject: [Contact] Cleanup by fixer script - part 3 X-Git-Tag: 2.2.1_release~114^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80c4e57389a523b007e8b9a6cdf2289aadea77ae;p=test%2Ftct%2Fweb%2Fapi.git [Contact] Cleanup by fixer script - part 3 Change-Id: I2fce404c2099bc7af87d92bf2d5ef6758e0f1ceb --- diff --git a/tct-contact-tizen-tests/contact/ContactManagerObject_notexist.html b/tct-contact-tizen-tests/contact/ContactManagerObject_notexist.html index 0b3c0dedf..d8fb290f9 100644 --- a/tct-contact-tizen-tests/contact/ContactManagerObject_notexist.html +++ b/tct-contact-tizen-tests/contact/ContactManagerObject_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + ContactManagerObject_notexist @@ -33,11 +33,12 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface ContactManagerObject exists, it should not. //==== SPEC Tizen Web API:Social:Contact:ContactManagerObject:ContactManagerObject 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 NIO test(function () { check_no_interface_object("ContactManagerObject"); }, "ContactManagerObject_notexist"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener.html b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener.html index f6a7bb95e..1b63c8578 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener.html +++ b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_addChangeListener @@ -32,11 +32,11 @@ Authors: //==== TEST: ContactManager_addChangeListener //==== LABEL Check if method addChangeListener of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener 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 MR MMINA MAST var t = async_test("ContactManager_addChangeListener"); t.step(function () { - var watcher, watcherId, defaultAddressBook; + var watcher, watcherId, defaultAddressBook, contact; watcher = { onpersonsadded: function (persons) { tizen.contact.removeChangeListener(watcherId); diff --git a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_exist.html b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_exist.html index dc51e1a71..9c7fcb0b6 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_addChangeListener_exist @@ -32,12 +32,13 @@ Authors: //==== TEST: ContactManager_addChangeListener_exist //==== LABEL Check if method addChangeListener of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener 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 () { assert_true("addChangeListener" in tizen.contact, "No update method in tizen.contact."); check_method_exists(tizen.contact, "addChangeListener"); }, "ContactManager_addChangeListener_exist"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_missarg.html b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_missarg.html index adf5820c9..1b125ec29 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_missarg.html +++ b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_addChangeListener_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if ContactManager::addChangeListener() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ diff --git a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_TypeMismatch.html index 92a5a7340..783dfac47 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +ContactManager_addChangeListener_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager addChangeListener successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener 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 listener, conversionTable, param, exceptionName, i; diff --git a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_invalid_cb.html index 6dd012554..61fb8a736 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +ContactManager_addChangeListener_successCallback_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager addChangeListener successCallback validation - use simple function //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener 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 MTL var t = async_test("ContactManager_addChangeListener_successCallback_invalid_cb"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_check_types.html b/tct-contact-tizen-tests/contact/ContactManager_check_types.html index f4a30237b..7f7a10d44 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_check_types.html +++ b/tct-contact-tizen-tests/contact/ContactManager_check_types.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_check_types diff --git a/tct-contact-tizen-tests/contact/ContactManager_extend.html b/tct-contact-tizen-tests/contact/ContactManager_extend.html index 902d2f2e3..2b22ede80 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_extend.html +++ b/tct-contact-tizen-tests/contact/ContactManager_extend.html @@ -18,13 +18,13 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - AddressBook_extend +ContactManager_extend @@ -35,7 +35,7 @@ Authors: //==== TEST: ContactManager_extend //==== LABEL test whether the ContactManager object is extendable //==== SPEC Tizen Web API:Social:Contact:ContactManager:ContactManager 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 () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find.html b/tct-contact-tizen-tests/contact/ContactManager_find.html index 8e423662a..48f5fb1a3 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_find @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_find //==== LABEL Check if method find of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 var t = async_test("ContactManager_find"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_TypeMismatch.html index 2b0a6a811..a82aef15b 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager find errorCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 var t = async_test("ContactManager_find_errorCallback_TypeMismatch"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html index c6a7c2dd5..0ea448623 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_find_errorCallback_invoked //==== LABEL Check invoked arguments ContactManager.find(valid_successCallback, valid_errorCallback, valid_filter) //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 MERRCB var t = async_test("ContactManager_find_errorCallback_invoked"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_exist.html b/tct-contact-tizen-tests/contact/ContactManager_find_exist.html index a3d31e621..25f913e5b 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_find_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_find_exist //==== LABEL Check if method find of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 () { assert_true("find" in tizen.contact, "No find method in tizen.contact."); diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_filter_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_find_filter_TypeMismatch.html index abfac09e4..0148095fa 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_filter_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_filter_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_filter_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager filter conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 var t = async_test("ContactManager_find_filter_TypeMismatch"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_missarg.html b/tct-contact-tizen-tests/contact/ContactManager_find_missarg.html index 62a0f9999..0ffa4630d 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_missarg.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_find_missarg @@ -36,7 +36,7 @@ Authors: //==== LABEL check if ContactManager::find() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:find M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ @@ -46,6 +46,7 @@ test(function () { }); }, "ContactManager_find_missarg"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_TypeMismatch.html index 72a9488c4..59a0dbbe5 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_sortMode_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument sortMode conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 var t = async_test("ContactManager_find_sortMode_TypeMismatch"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_invalid_obj.html b/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_invalid_obj.html index dc3efafae..c14234663 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_invalid_obj.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_invalid_obj.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_sortMode_invalid_obj @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager find sortMode validation - use simple object //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 MTO var t = async_test("ContactManager_find_sortMode_invalid_obj"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html index d4e39a1d7..3b9fb7785 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager find ContactManager successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 i, conversionTable, incorrectCallback, exceptionName; @@ -49,6 +49,7 @@ test(function () { }, exceptionName + " should be thrown - given incorrect."); } }); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html index 2d8b94391..87099d7ae 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_successCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_find_with_errorCallback //==== LABEL Check with optional arguments ContactManager find(valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 var t = async_test("ContactManager_find_with_errorCallback"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_with_filter.html b/tct-contact-tizen-tests/contact/ContactManager_find_with_filter.html index 088d7ca4c..38789004c 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_with_filter.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_with_filter.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_with_filter @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_find_with_filter //==== LABEL Check with optional arguments find(valid_successCallback, valid_errorCallback, valid_filter) //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 var t = async_test("ContactManager_find_with_filter"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_find_with_sortMode.html b/tct-contact-tizen-tests/contact/ContactManager_find_with_sortMode.html index cc5437d8e..9b401e174 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_find_with_sortMode.html +++ b/tct-contact-tizen-tests/contact/ContactManager_find_with_sortMode.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +ContactManager_find_with_sortMode @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_find_with_sortMode //==== LABEL Check with optional arguments ContactManager find(valid_successCallback, valid_errorCallback, valid_filter, valid_sortMode) //==== SPEC Tizen Web API:Social:Contact:ContactManager:find 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 var t = async_test("ContactManager_find_with_sortMode"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_get.html b/tct-contact-tizen-tests/contact/ContactManager_get.html index ba64b2aa1..953cac403 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_get.html +++ b/tct-contact-tizen-tests/contact/ContactManager_get.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_get @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_get //==== LABEL Check if method get of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:get 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 MR MMINA test(function () { var contact, addressbook, getPerson; @@ -63,6 +63,7 @@ test(function () { tizen.contact.remove(contact.personId); }, "ContactManager_get"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBook.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBook.html index 62a3516dd..758204a73 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBook.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBook.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getAddressBook @@ -33,7 +33,7 @@ Authors: //==== TEST: ContactManager_getAddressBook //==== LABEL Check if method getAddressBook of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBook 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 () { var addressBook = tizen.contact.getAddressBook("0"); @@ -42,6 +42,7 @@ test(function () { assert_type(addressBook.name, "string", "addressBook.name"); assert_type(addressBook.readOnly, "boolean", "addressBook.readOnly"); }, "ContactManager_getAddressBook"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_exist.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_exist.html index 9076370b6..94e9ebcb6 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getAddressBook_exist @@ -32,12 +32,13 @@ Authors: //==== TEST: ContactManager_getAddressBook_exist //==== LABEL Check if method getAddressBook of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBook 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 () { assert_true("getAddressBook" in tizen.contact, "No getAddressBook method in tizen.contact."); check_method_exists(tizen.contact, "getAddressBook"); }, "ContactManager_getAddressBook_exist"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks.html index 2b52e642d..b2652fa4f 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getAddressBooks @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_getAddressBooks //==== LABEL Check if method getAddressBooks of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks 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 var t = async_test("ContactManager_getAddressBooks"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_TypeMismatch.html index 989b9daf7..f069caef4 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_getAddressBooks +ContactManager_getAddressBooks_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check with optional arguments ContactManager.getAddressBooks(valid_successCallback, valid_errorCallback) //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks 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 var t = async_test("ContactManager_getAddressBooks_errorCallback_TypeMismatch"); t.step(function () { @@ -54,6 +54,7 @@ t.step(function () { } t.done(); }); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html index 616ffe005..b328d33d5 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_getAddressBooks +ContactManager_getAddressBooks_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -36,7 +36,7 @@ Authors: //==== LABEL check if getAddressBooks() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ @@ -45,6 +45,7 @@ test(function () { tizen.contact.getAddressBooks(); }); }, "ContactManager_getAddressBooks_missarg"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html index 50d0bfe69..5c83df236 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_getAddressBooks +ContactManager_getAddressBooks_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks 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 addressBook, i, conversionTable, incorrectCallback, exceptionName; @@ -49,6 +49,7 @@ test(function () { }, exceptionName + " should be thrown - given incorrect."); } }); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html index 613ba9b77..274604220 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_getAddressBooks +ContactManager_getAddressBooks_successCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_getAddressBooks_with_errorCallback //==== LABEL Check with optional arguments getAddressBooks(valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks 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 // Check if method getAddressBooks of ContactManager works properly //==== TEST_CRITERIA MOA var t = async_test("ContactManager_getAddressBooks_with_errorCallback"); diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback_null.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback_null.html index 95953fb62..8d01ea18c 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback_null.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback_null.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_getAddressBooks_with_errorCallback_null @@ -37,7 +37,7 @@ Authors: //==== LABEL check various arguments for getAddressBooks() method in ContactManager //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MOA MMINA var t = async_test("ContactManager_getAddressBooks_with_errorCallback_null"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_without_errorCallback.html b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_without_errorCallback.html index e27045280..fbad29464 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_without_errorCallback.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_without_errorCallback.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_getAddressBooks_without_errorCallback @@ -37,7 +37,7 @@ Authors: //==== LABEL check various arguments for getAddressBooks() method in ContactManager interface //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMINA var t = async_test("ContactManager_getAddressBooks_without_errorCallback"); t.step(function () { @@ -50,6 +50,7 @@ t.step(function () { }); tizen.contact.getAddressBooks(successCallback); }); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook.html b/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook.html index cc99de2ce..e9062ac26 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getDefaultAddressBook @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_getDefaultAddressBook //==== LABEL Check if method getDefaultAddressBook of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:getDefaultAddressBook 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/ContactManager_getDefaultAddressBook_exist.html b/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_exist.html index b3d0595a1..5be850298 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getDefaultAddressBook_exist @@ -32,12 +32,13 @@ Authors: //==== TEST: ContactManager_getDefaultAddressBook_exist //==== LABEL Check if method getDefaultAddressBook of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:getDefaultAddressBook 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 () { assert_true("getDefaultAddressBook" in tizen.contact, "No getDefaultAddressBook method in tizen.contact."); check_method_exists(tizen.contact, "getDefaultAddressBook"); }, "ContactManager_getDefaultAddressBook_exist"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_extra_argument.html b/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_extra_argument.html index b5eba81c8..9a62ec35b 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_extra_argument.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_extra_argument.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getDefaultAddressBook_extra_argument diff --git a/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook.html b/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook.html index 82e61dd39..d8f4e0587 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getUnifiedAddressBook @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_getUnifiedAddressBook //==== LABEL Check if method getUnifiedAddressBook of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:getUnifiedAddressBook 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/ContactManager_getUnifiedAddressBook_exist.html b/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_exist.html index 4f6fc438d..d97e1ce12 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getUnifiedAddressBook_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_getUnifiedAddressBook_exist //==== LABEL Check if method getUnifiedAddressBook of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:getUnifiedAddressBook 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 () { assert_true("getUnifiedAddressBook" in tizen.contact, "No getUnifiedAddressBook method in tizen.contact."); diff --git a/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_extra_argument.html b/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_extra_argument.html index ff51dfacb..95b4aabd5 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_extra_argument.html +++ b/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_extra_argument.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_getUnifiedAddressBook_extra_argument diff --git a/tct-contact-tizen-tests/contact/ContactManager_get_exist.html b/tct-contact-tizen-tests/contact/ContactManager_get_exist.html index df74bd8e3..df61e7af2 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_get_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_get_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_get_exist @@ -32,12 +32,13 @@ Authors: //==== TEST: ContactManager_get_exist //==== LABEL Check if method get of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:get 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 () { assert_true("get" in tizen.contact, "No get method in tizen.contact."); check_method_exists(tizen.contact, "get"); }, "ContactManager_get_exist"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_in_tizen.html b/tct-contact-tizen-tests/contact/ContactManager_in_tizen.html index 70cd21160..f92f1c36e 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_in_tizen.html +++ b/tct-contact-tizen-tests/contact/ContactManager_in_tizen.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addBatch_exist +ContactManager_in_tizen l @@ -32,13 +32,14 @@ Authors: //==== TEST: ContactManager_in_tizen //==== LABEL this object exists in tizen //==== SPEC Tizen Web API:Social:Contact:ContactManager:ContactManager 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 //==== PRIORITY P3 //==== TEST_CRITERIA OBME test(function () { assert_true("contact" in tizen, "No contact method in tizen."); check_readonly(tizen, "contact", tizen.contact, "object", null); }, "ContactManager_in_tizen"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_notexist.html b/tct-contact-tizen-tests/contact/ContactManager_notexist.html index f2963da52..693390c52 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_notexist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + ContactManager_notexist @@ -33,11 +33,12 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface ContactManager exists, it should not. //==== SPEC Tizen Web API:Social:Contact:ContactManager:ContactManager 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 NIO test(function () { check_no_interface_object("ContactManager"); }, "ContactManager_notexist"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_remove.html b/tct-contact-tizen-tests/contact/ContactManager_remove.html index ad5675783..a1c087956 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_remove.html +++ b/tct-contact-tizen-tests/contact/ContactManager_remove.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_remove @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_remove //==== LABEL Check if method remove of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:remove 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 MAST MR test(function () { var contact, addressbook, getPerson, returnedValue; @@ -58,6 +58,7 @@ test(function () { getPerson = tizen.contact.get(contact.personId); }); }, "ContactManager_remove"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch.html index 813fe87b5..cfc76ae63 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_removeBatch @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_removeBatch //==== LABEL Check if method removeBatch of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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 () { var contact_1, contact_2, addressbook, diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_TypeMismatch.html index 2172f3a78..18f1b101a 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_removeBatch +ContactManager_removeBatch_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager removeBatch errorCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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 var t = async_test("ContactManager_removeBatch_errorCallback_TypeMismatch"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html index d8345bb48..d1f59d302 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_removeBatch +ContactManager_removeBatch_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_removeBatch_errorCallback_invoked //==== LABEL Check with optional arguments ontactManager.removeBatch(valid_personIds, valid_successCallback) //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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 MERRCB var t = async_test("ContactManager_removeBatch_errorCallback_invoked"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_exist.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_exist.html index a32d92e9b..66d36ca51 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_removeBatch_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_removeBatch_exist //==== LABEL Check if method removeBatch of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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/ContactManager_removeBatch_missarg.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_missarg.html index 355859f1c..7e028671b 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_missarg.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_removeBatch_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if ContactManager::removeBatch() method called with invalid arguments throws an exceptions //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_personIds_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_personIds_TypeMismatch.html index d5e626c7d..ca38e5b52 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_personIds_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_personIds_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_removeBatch +ContactManager_removeBatch_personIds_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager removeBatch personIds conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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 i, conversionTable, param, exceptionName; diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html index 5897a263f..c122a0fac 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_removeBatch +ContactManager_removeBatch_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager removeBatch successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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 () { @@ -70,4 +70,4 @@ test(function () { - \ No newline at end of file + diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html index b30d1cdc1..aa2c41626 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_removeBatch +ContactManager_removeBatch_successCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_removeBatch_with_errorCallback //==== LABEL Check with optional arguments removeBatch(valid_personIds, valid_successCallback) //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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 var t = async_test("ContactManager_removeBatch_with_errorCallback"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_successCallback.html b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_successCallback.html index 84d47af41..6778c7cfd 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_successCallback.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_successCallback.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_removeBatch +ContactManager_removeBatch_with_successCallback @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_removeBatch_with_successCallback //==== LABEL Check with optional arguments removeBatch(valid_personIds, valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch 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 MAST var t = async_test("ContactManager_removeBatch_with_successCallback"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener.html b/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener.html index 147f186a7..c3d361320 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_removeChangeListener @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_removeChangeListener //==== LABEL Check if method removeChangeListener of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeChangeListener 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 MAST test(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_exist.html b/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_exist.html index 93f8694f6..e95fa18dd 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_removeChangeListener_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_removeChangeListener_exist //==== LABEL Check if method removeChangeListener of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:removeChangeListener 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/ContactManager_remove_exist.html b/tct-contact-tizen-tests/contact/ContactManager_remove_exist.html index d73014ecb..4a439b7ea 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_remove_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_remove_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_remove_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_remove_exist //==== LABEL Check if method remove of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:remove 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/ContactManager_update.html b/tct-contact-tizen-tests/contact/ContactManager_update.html index 7e9230a44..379f7e16b 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_update.html +++ b/tct-contact-tizen-tests/contact/ContactManager_update.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_update @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_update //==== LABEL Check if method update of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:update 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 MAST MR test(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch.html index 1778f3f85..bb2439ab9 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_updateBatch @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_updateBatch //==== LABEL Check if method updateBatch of ContactManager works properly. //==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch 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 setup({timeout: 5000}); var t = async_test("ContactManager_updateBatch", {timeout: 5000}); diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_TypeMismatch.html index 2e2f0e233..3ecfa1c0e 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_updateBatch +ContactManager_updateBatch_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument errorCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch 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 var t = async_test("ContactManager_updateBatch_errorCallback_TypeMismatch"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html index 01214b6f3..2d7b9a472 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_updateBatch +ContactManager_updateBatch_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_exist.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_exist.html index a202ec447..04aa75004 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_updateBatch_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_updateBatch_exist //==== LABEL Check if method updateBatch of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch 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/ContactManager_updateBatch_missarg.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_missarg.html index c785cac31..d42f8a971 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_missarg.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_updateBatch_missarg diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html index 5e04dc13a..63ac5dc33 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_updateBatch +ContactManager_updateBatch_persons_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument persons conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch 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 () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_TypeMismatch.html index 2caedb4ae..f926ba90c 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_updateBatch +ContactManager_updateBatch_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ContactManager updateBatch successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch 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 () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html index 69e6c8e53..5bea2fba7 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_updateBatch +ContactManager_updateBatch_successCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_updateBatch_with_errorCallback //==== LABEL Check with optional arguments updateBatch(valid_personIds, valid_successCallback) //==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch 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 var t = async_test("ContactManager_updateBatch_with_errorCallback"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_successCallback.html b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_successCallback.html index 79ae39dca..10b45f467 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_successCallback.html +++ b/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_successCallback.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_updateBatch +ContactManager_updateBatch_with_successCallback @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_updateBatch_with_successCallback //==== LABEL Check with optional arguments updateBatch(valid_personIds, valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch 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 MAST var t = async_test("ContactManager_updateBatch_with_successCallback"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/ContactManager_update_exist.html b/tct-contact-tizen-tests/contact/ContactManager_update_exist.html index a4952eddc..c6deec14c 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_update_exist.html +++ b/tct-contact-tizen-tests/contact/ContactManager_update_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + ContactManager_update_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: ContactManager_update_exist //==== LABEL Check if method update of ContactManager exists //==== SPEC Tizen Web API:Social:Contact:ContactManager:update 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/ContactManager_update_missarg.html b/tct-contact-tizen-tests/contact/ContactManager_update_missarg.html index 74938d8cd..7c0ee3a99 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_update_missarg.html +++ b/tct-contact-tizen-tests/contact/ContactManager_update_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +ContactManager_update_missarg @@ -46,6 +46,7 @@ test(function () { }); }, "ContactManager_update_missarg"); + diff --git a/tct-contact-tizen-tests/contact/ContactManager_update_person_TypeMismatch.html b/tct-contact-tizen-tests/contact/ContactManager_update_person_TypeMismatch.html index 1ce396b01..7d13a0d8c 100644 --- a/tct-contact-tizen-tests/contact/ContactManager_update_person_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/ContactManager_update_person_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_update +ContactManager_update_person_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument person conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:ContactManager:update 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 i, param, exceptionName, conversionTable; diff --git a/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_notexist.html b/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_notexist.html index b1403085d..9a987b38e 100644 --- a/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_notexist.html +++ b/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + PersonArraySuccessCallback_notexist @@ -33,11 +33,12 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface PersonArraySuccessCallback exists, it should not. //==== SPEC Tizen Web API:Social:Contact:PersonArraySuccessCallback:PersonArraySuccessCallback 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("PersonArraySuccessCallback"); }, "PersonArraySuccessCallback_notexist"); + diff --git a/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_onsuccess.html b/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_onsuccess.html index a7cc813ba..a9569801c 100644 --- a/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_onsuccess.html +++ b/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_onsuccess.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -ContactManager_find +PersonArraySuccessCallback_onsuccess @@ -32,7 +32,7 @@ Authors: //==== TEST: PersonArraySuccessCallback_onsuccess //==== LABEL Check if PersonArraySuccessCallback is called and if its arguments have proper type //==== SPEC Tizen Web API:Social:Contact:PersonArraySuccessCallback: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 CBT CBOA var t = async_test("PersonArraySuccessCallback_onsuccess"); t.step(function () { @@ -72,6 +72,7 @@ t.step(function () { filter = new tizen.AttributeFilter("id", "EXACTLY", contact.personId); tizen.contact.find(findSuccess, findError, filter); }); + diff --git a/tct-contact-tizen-tests/contact/Person_contactCount_attribute.html b/tct-contact-tizen-tests/contact/Person_contactCount_attribute.html index 0b765f6be..bd50d20ec 100644 --- a/tct-contact-tizen-tests/contact/Person_contactCount_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_contactCount_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_contactCount_attribute diff --git a/tct-contact-tizen-tests/contact/Person_displayContactId_attribute.html b/tct-contact-tizen-tests/contact/Person_displayContactId_attribute.html index f3fd49d98..2afd05186 100644 --- a/tct-contact-tizen-tests/contact/Person_displayContactId_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_displayContactId_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_displayContactId_attribute @@ -56,6 +56,7 @@ test(function () { addressBook.remove(contact.id); } }); + diff --git a/tct-contact-tizen-tests/contact/Person_displayName_attribute.html b/tct-contact-tizen-tests/contact/Person_displayName_attribute.html index 5bef9d687..056bf9619 100644 --- a/tct-contact-tizen-tests/contact/Person_displayName_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_displayName_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_displayName_attribute @@ -52,6 +52,7 @@ test(function () { addressBook.remove(contact.id); } }); + diff --git a/tct-contact-tizen-tests/contact/Person_extend.html b/tct-contact-tizen-tests/contact/Person_extend.html index 0750387f4..29907af81 100644 --- a/tct-contact-tizen-tests/contact/Person_extend.html +++ b/tct-contact-tizen-tests/contact/Person_extend.html @@ -18,7 +18,7 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> @@ -34,7 +34,7 @@ Authors: //==== TEST: Person_extend //==== LABEL test whether the Person object is extendable //==== SPEC Tizen Web API:Social:Contact:Person:Person 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 () { @@ -56,6 +56,7 @@ test(function () { addressbook.remove(contact_1.id); } }, "Person_extend"); + diff --git a/tct-contact-tizen-tests/contact/Person_hasEmail_attribute.html b/tct-contact-tizen-tests/contact/Person_hasEmail_attribute.html index 333e451dc..fd24790be 100644 --- a/tct-contact-tizen-tests/contact/Person_hasEmail_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_hasEmail_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_hasEmail_attribute @@ -54,6 +54,7 @@ test(function () { addressBook.remove(contact.id); } }); + diff --git a/tct-contact-tizen-tests/contact/Person_hasPhoneNumber_attribute.html b/tct-contact-tizen-tests/contact/Person_hasPhoneNumber_attribute.html index c1aa3c7d0..c0d7ac95f 100644 --- a/tct-contact-tizen-tests/contact/Person_hasPhoneNumber_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_hasPhoneNumber_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_hasPhoneNumber_attribute @@ -54,6 +54,7 @@ test(function () { addressBook.remove(contact.id); } }); + diff --git a/tct-contact-tizen-tests/contact/Person_id_attribute.html b/tct-contact-tizen-tests/contact/Person_id_attribute.html index 711b1d6dd..fc0b1af67 100644 --- a/tct-contact-tizen-tests/contact/Person_id_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_id_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_id_attribute @@ -54,6 +54,7 @@ test(function () { addressBook.remove(contact.id); } }); + diff --git a/tct-contact-tizen-tests/contact/Person_isFavorite_attribute.html b/tct-contact-tizen-tests/contact/Person_isFavorite_attribute.html index de1b8ac8b..636786474 100644 --- a/tct-contact-tizen-tests/contact/Person_isFavorite_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_isFavorite_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_isFavorite_attribute diff --git a/tct-contact-tizen-tests/contact/Person_link.html b/tct-contact-tizen-tests/contact/Person_link.html index a8d1bd49d..ec6919066 100644 --- a/tct-contact-tizen-tests/contact/Person_link.html +++ b/tct-contact-tizen-tests/contact/Person_link.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_link @@ -32,7 +32,7 @@ Authors: //==== TEST: Person_link //==== LABEL Check if method link of Person works properly. //==== SPEC Tizen Web API:Social:Contact:Person:link 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 MAST test(function () { var contact_1, contact_2, addressbook, getPerson_1, getPerson_2, returnedValue, @@ -63,6 +63,7 @@ test(function () { addressbook.remove(contact_1.id); addressbook.remove(contact_2.id); }, "Person_link"); + diff --git a/tct-contact-tizen-tests/contact/Person_link_exist.html b/tct-contact-tizen-tests/contact/Person_link_exist.html index 74e83de7b..84d0b1c78 100644 --- a/tct-contact-tizen-tests/contact/Person_link_exist.html +++ b/tct-contact-tizen-tests/contact/Person_link_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_link_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: Person_link_exist //==== LABEL Check if method link of Person exists //==== SPEC Tizen Web API:Social:Contact:Person:link 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 contact, addressbook, getPerson; @@ -49,6 +49,7 @@ test(function () { check_method_exists(getPerson, "link"); addressbook.remove(contact.id); }, "Person_link_exist"); + diff --git a/tct-contact-tizen-tests/contact/Person_notexist.html b/tct-contact-tizen-tests/contact/Person_notexist.html index fb553154a..4ffd3ab9c 100644 --- a/tct-contact-tizen-tests/contact/Person_notexist.html +++ b/tct-contact-tizen-tests/contact/Person_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + Person_notexist @@ -33,11 +33,12 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface Person exists, it should not. //==== SPEC Tizen Web API:Social:Contact:Person:Person 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 NIO test(function () { check_no_interface_object("Person"); }, "Person_notexist"); + diff --git a/tct-contact-tizen-tests/contact/Person_photoURI_attribute.html b/tct-contact-tizen-tests/contact/Person_photoURI_attribute.html index 20ada1132..a3011d955 100644 --- a/tct-contact-tizen-tests/contact/Person_photoURI_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_photoURI_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_photoURI_attribute @@ -55,6 +55,7 @@ test(function () { addressBook.remove(contact.id); } }); + diff --git a/tct-contact-tizen-tests/contact/Person_ringtoneURI_attribute.html b/tct-contact-tizen-tests/contact/Person_ringtoneURI_attribute.html index e5c288f16..2f6f9df4f 100644 --- a/tct-contact-tizen-tests/contact/Person_ringtoneURI_attribute.html +++ b/tct-contact-tizen-tests/contact/Person_ringtoneURI_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_ringtoneURI_attribute diff --git a/tct-contact-tizen-tests/contact/Person_unlink.html b/tct-contact-tizen-tests/contact/Person_unlink.html index bd35609ee..b54bc6b91 100644 --- a/tct-contact-tizen-tests/contact/Person_unlink.html +++ b/tct-contact-tizen-tests/contact/Person_unlink.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_unlink @@ -32,7 +32,7 @@ Authors: //==== TEST: Person_unlink //==== LABEL Check if method unlink of Person works properly. //==== SPEC Tizen Web API:Social:Contact:Person:unlink 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 MAST test(function () { var contact_1, contact_2, addressbook, getPerson_1, getPerson_2, @@ -74,6 +74,7 @@ test(function () { addressbook.remove(contact_1.id); addressbook.remove(contact_2.id); }, "Person_unlink"); + diff --git a/tct-contact-tizen-tests/contact/Person_unlink_exist.html b/tct-contact-tizen-tests/contact/Person_unlink_exist.html index eb0bdeca9..2f07c8d4f 100644 --- a/tct-contact-tizen-tests/contact/Person_unlink_exist.html +++ b/tct-contact-tizen-tests/contact/Person_unlink_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + Person_unlink_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: Person_unlink_exist //==== LABEL Check if method unlink of Person exists //==== SPEC Tizen Web API:Social:Contact:Person:unlink 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 contact, addressbook, getPerson; diff --git a/tct-contact-tizen-tests/contact/PersonsChangeCallback_notexist.html b/tct-contact-tizen-tests/contact/PersonsChangeCallback_notexist.html index 54489ec6e..196c6eec9 100644 --- a/tct-contact-tizen-tests/contact/PersonsChangeCallback_notexist.html +++ b/tct-contact-tizen-tests/contact/PersonsChangeCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + PersonsChangeCallback_notexist @@ -33,11 +33,12 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface PersonsChangeCallback exists, it should not. //==== SPEC Tizen Web API:Social:Contact:PersonsChangeCallback:PersonsChangeCallback 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("PersonsChangeCallback"); }, "PersonsChangeCallback_notexist"); + diff --git a/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsadded.html b/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsadded.html index b1b60b159..9bce60283 100644 --- a/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsadded.html +++ b/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsadded.html @@ -87,7 +87,7 @@ t.step(function () { defaultAddressBook.add(contact); }); + - diff --git a/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsremoved.html b/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsremoved.html index 0aa913840..725a21dd9 100644 --- a/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsremoved.html +++ b/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsremoved.html @@ -79,6 +79,7 @@ t.step(function () { defaultAddressBook = tizen.contact.getDefaultAddressBook(); defaultAddressBook.add(contact); }); + diff --git a/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsupdated.html b/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsupdated.html index f266b15bd..05627d227 100644 --- a/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsupdated.html +++ b/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsupdated.html @@ -91,6 +91,7 @@ t.step(function () { defaultAddressBook.add(contact); }); + diff --git a/tct-contact-tizen-tests/tests.full.xml b/tct-contact-tizen-tests/tests.full.xml index 94a0ac9a9..423a7f1c7 100644 --- a/tct-contact-tizen-tests/tests.full.xml +++ b/tct-contact-tizen-tests/tests.full.xml @@ -694,7 +694,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -706,7 +706,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -718,7 +718,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2122,7 +2122,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 @@ -2134,7 +2134,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 @@ -2146,7 +2146,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 @@ -2158,7 +2158,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 @@ -2170,7 +2170,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 @@ -2182,7 +2182,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 @@ -2194,7 +2194,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 @@ -2206,7 +2206,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 @@ -2218,7 +2218,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 @@ -2230,7 +2230,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 @@ -2242,7 +2242,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 @@ -2254,7 +2254,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 @@ -2290,7 +2290,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 @@ -2302,7 +2302,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 @@ -2338,7 +2338,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 @@ -2350,7 +2350,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 @@ -2362,7 +2362,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 @@ -2374,7 +2374,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 @@ -2386,7 +2386,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 @@ -2578,7 +2578,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 @@ -2590,7 +2590,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 @@ -2602,7 +2602,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 @@ -2614,7 +2614,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 @@ -2626,7 +2626,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 @@ -2638,7 +2638,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 @@ -2650,7 +2650,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 @@ -2662,7 +2662,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 @@ -2674,7 +2674,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 @@ -2686,7 +2686,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 @@ -2698,7 +2698,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 @@ -2710,7 +2710,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 @@ -2746,7 +2746,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 @@ -2758,7 +2758,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 @@ -3274,7 +3274,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 @@ -3286,7 +3286,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 @@ -3310,7 +3310,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 @@ -3322,7 +3322,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 @@ -3334,7 +3334,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 @@ -3346,31 +3346,31 @@ - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html - 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 @@ -3382,7 +3382,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 @@ -3394,7 +3394,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 @@ -3406,7 +3406,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 @@ -3418,7 +3418,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 @@ -3430,7 +3430,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 @@ -3442,31 +3442,31 @@ - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html - 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 @@ -3478,7 +3478,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 @@ -3490,7 +3490,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 @@ -3502,7 +3502,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 @@ -3514,7 +3514,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 @@ -3526,31 +3526,31 @@ - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html - 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 @@ -3562,7 +3562,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 @@ -3574,7 +3574,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 @@ -3586,7 +3586,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 @@ -3598,7 +3598,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 @@ -3610,7 +3610,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 @@ -3622,7 +3622,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 @@ -3634,31 +3634,31 @@ - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html - 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 - + /opt/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html - 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 @@ -3670,7 +3670,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 @@ -3682,7 +3682,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 @@ -3694,7 +3694,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 @@ -3814,7 +3814,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 @@ -3874,7 +3874,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 @@ -3886,7 +3886,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 diff --git a/tct-contact-tizen-tests/tests.xml b/tct-contact-tizen-tests/tests.xml index 0b8299239..6e6493ba2 100644 --- a/tct-contact-tizen-tests/tests.xml +++ b/tct-contact-tizen-tests/tests.xml @@ -1398,12 +1398,12 @@ /opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html @@ -1438,12 +1438,12 @@ /opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html @@ -1473,12 +1473,12 @@ /opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html @@ -1518,12 +1518,12 @@ /opt/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html