From: Tomasz Kusmierz Date: Wed, 25 Sep 2013 07:43:06 +0000 (+0200) Subject: [Contact] Cleanup by fixer script - part 1 X-Git-Tag: 2.2.1_release~114^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52b5f7e28bf257139bbf58b7d38fdf4bfdc92c9d;p=test%2Ftct%2Fweb%2Fapi.git [Contact] Cleanup by fixer script - part 1 Change-Id: Iada4a1b323b1a94456f079f69c5367dc3b4a4f50 --- diff --git a/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html new file mode 100644 index 000000000..933db0bcb --- /dev/null +++ b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html @@ -0,0 +1,44 @@ + + + + +AddressBookChangeCallback_notexist + + + + + +
+ + + diff --git a/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsadded.html b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsadded.html index 4a716102b..4d79388be 100644 --- a/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsadded.html +++ b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsadded.html @@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Xu, Yananx - Tomasz Paciorek + Xu, Yananx + Tomasz Paciorek --> -Tizen Contact module - AddressBookChangeCallback - oncontactsadded +AddressBookChangeCallback_oncontactsadded @@ -43,7 +43,7 @@ Authors: //==== TEST: AddressBookChangeCallback_oncontactsadded //==== LABEL Check if callback oncontactsadded is called and if its arguments have proper type //==== SPEC Tizen Web API:Social:Contact:AddressBookChangeCallback:oncontactsadded 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("AddressBookChangeCallback_oncontactsadded"); t.step(function () { @@ -81,7 +81,7 @@ t.step(function () { watcherId = defaultAddressBook.addChangeListener(watcher, changeListenerError); defaultAddressBook.add(contact); }); + - diff --git a/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsremoved.html b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsremoved.html index f17121500..23eeb4199 100644 --- a/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsremoved.html +++ b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsremoved.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact module - AddressBookChangeCallback - oncontactsremoved +AddressBookChangeCallback_oncontactsremoved @@ -43,7 +43,7 @@ Authors: //==== TEST: AddressBookChangeCallback_oncontactsremoved //==== LABEL Check if callback oncontactsremoved is called and if its arguments have proper type //==== SPEC Tizen Web API:Social:Contact:AddressBookChangeCallback:oncontactsremoved M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA CBOA CBT var t = async_test("AddressBookChangeCallback_oncontactsremoved"); t.step(function () { @@ -79,7 +79,7 @@ t.step(function () { watcherId = defaultAddressBook.addChangeListener(watcher, changeListenerError); defaultAddressBook.remove(contact.id); }); + - diff --git a/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsupdated.html b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsupdated.html index 02c43f00d..1602e2214 100644 --- a/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsupdated.html +++ b/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsupdated.html @@ -32,7 +32,7 @@ Authors: --> -Tizen Contact module - AddressBookChangeCallback - oncontactsupdated +AddressBookChangeCallback_oncontactsupdated @@ -43,7 +43,7 @@ Authors: //==== TEST: AddressBookChangeCallback_oncontactsupdated //==== LABEL Check if callback oncontactsupdated is called and if its arguments have proper type //==== SPEC Tizen Web API:Social:Contact:AddressBookChangeCallback:oncontactsupdated M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA CBOA CBT var t = async_test("AddressBookChangeCallback_oncontactsupdated"); t.step(function () { @@ -88,4 +88,3 @@ t.step(function () { - diff --git a/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html b/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html index 19b074600..aeb6f6a5e 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + AddressBook_ArraySuccessCallback_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface AddressBookArraySuccessCallback exists, it should not. //==== SPEC Tizen Web API:Social:Contact:AddressBookArraySuccessCallback:AddressBookArraySuccessCallback 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("AddressBookArraySuccessCallback"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_ChangeCallback_notexist.html b/tct-contact-tizen-tests/contact/AddressBook_ChangeCallback_notexist.html deleted file mode 100644 index eb419d7ec..000000000 --- a/tct-contact-tizen-tests/contact/AddressBook_ChangeCallback_notexist.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - -AddressBook_ChangeCallback_notexist - - - - - -
- - - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add.html b/tct-contact-tizen-tests/contact/AddressBook_add.html index d4ebcfc66..8172156aa 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_add @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_add //==== LABEL Check if method add of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook:add 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 test(function () { var contact, addressbook, contactCopy; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch.html index 4f9a3f695..a84901ebc 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_addBatch @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_addBatch //==== LABEL Check if method addBatch of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch 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 setup({timeout: 5000}); var t = async_test("AddressBook_addBatch", {timeout: 5000}), contact_1, contact_2, @@ -65,6 +65,7 @@ t.step(function () { t.done(); }), 2000); }); + diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_contacts_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_contacts_TypeMismatch.html index c34a0b15b..9c12eb378 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_contacts_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_contacts_TypeMismatch.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_contacts_TypeMismatch @@ -37,7 +37,7 @@ Authors: //==== LABEL Check argument AddressBook addBatch contacts conversions exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 +//==== 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, param, exceptionName; @@ -53,6 +53,7 @@ test(function () { }, exceptionName + " should be thrown - given incorrect."); } }); + diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html index 5797f4139..83a54c5cf 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_errorCallback_TypeMismatch @@ -36,7 +36,7 @@ Authors: //==== LABEL Check argument AddressBook addBatch errorCallback conversions exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MC var t= async_test("AddressBook_addBatch_errorCallback_TypeMismatch"), addressbook, i, conversionTable, param, exceptionName, contact_1, contact_2, onSuccess; @@ -74,6 +74,7 @@ t.step(function () { } t.done(); }); + diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html index 856c166b2..07a78c10b 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_errorCallback_invalid_cb @@ -33,10 +33,10 @@ Authors:
diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_exist.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_exist.html index c0bba16eb..6b71d6875 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_addBatch_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_addBatch_exist //==== LABEL Check if method addBatch of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch 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 addressbook = tizen.contact.getDefaultAddressBook(); diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_missarg.html index 9ebba3341..2cef616bd 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_missarg.html @@ -20,10 +20,10 @@ limitations under the License. Authors: Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_missarg @@ -37,7 +37,7 @@ Authors: //==== LABEL Check if find method called with missing non-optional argument throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { var addressBook = tizen.contact.getDefaultAddressBook(); diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_one_missNull.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_one_missNull.html index 7af814585..d5dacdedf 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_one_missNull.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_one_missNull.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - addBatch +AddressBook_addBatch_one_missNull @@ -76,7 +76,7 @@ t.step(function () { defaultAddressBook = tizen.contact.getDefaultAddressBook(); defaultAddressBook.addBatch(contactsArray, batchAddedSuccessCB, batchAddFailedCB); }); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_TypeMismatch.html index 71df53b40..a6e258fd8 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_TypeMismatch.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_successCallback_TypeMismatch @@ -38,7 +38,7 @@ Authors: //==== LABEL Check argument AddressBook addBatch successCallback conversions exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 +//==== 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, param, exceptionName, contact_1, contact_2; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html index c746c7328..04683589d 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_successCallback_invalid_cb @@ -34,10 +34,10 @@ Authors: @@ -88,7 +88,7 @@ t.step(function () { defaultAddressBook = tizen.contact.getDefaultAddressBook(); defaultAddressBook.addBatch(contactsArray, batchAddedSuccessCB, batchAddFailedCB); }); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_oneIsNull.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_oneIsNull.html index a1a5f6e63..de63a26bc 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_oneIsNull.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_oneIsNull.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - addBatch +AddressBook_addBatch_two_oneIsNull @@ -74,7 +74,7 @@ t.step(function () { }); defaultAddressBook.addBatch(contactsArray, batchAddedSuccessCB, batchAddFailedCB); }); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_errorCallback.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_errorCallback.html index c992c1326..9e94c3d78 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_errorCallback.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_errorCallback.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_with_errorCallback @@ -38,7 +38,7 @@ Authors: //==== LABEL Check with optional arguments AddressBook addBatch(valid_contacts, valid_successCallback, valid_errorCallback) //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MOA var t = async_test("AddressBook_addBatch_with_errorCallback"), contact_1, contact_2, addressbook, addBatchCallback, addBatchSuccess; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_successCallback.html b/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_successCallback.html index 9d9d2098f..e8dd25fe5 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_successCallback.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_successCallback.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addBatch_with_successCallback @@ -38,7 +38,7 @@ Authors: //==== LABEL Check with optional arguments addBatch(valid_contacts, valid_successCallback) //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MOA var t = async_test("AddressBook_addBatch_with_successCallback"), contact_1, contact_2, addressbook, addBatchSuccess, returnedValue = null; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener.html index 70bc5f5f4..307f39330 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_addChangeListener @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_addChangeListener //==== LABEL Check if method addChangeListener of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 MMINA MR MAST var t = async_test("AddressBook_addChangeListener"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_TypeMismatch.html index 5de7bd089..bd8c8bde7 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_addChangeListener_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook addChangeListener errorCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 var t = async_test("AddressBook_addChangeListener_errorCallback_TypeMismatch"), watcher, listener, addressBook, conversionTable, param, exceptionName, i; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html index b151531b8..dda1487d4 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_addChangeListener_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_exist.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_exist.html index f74ad03fb..46b1f38b8 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_addChangeListener_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_addChangeListener_exist //==== LABEL Check if method addChangeListener of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 () { var addressbook = tizen.contact.getDefaultAddressBook(); diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_missarg.html index 1dcdbbfac..b793ddf9b 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addChangeListener_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if AddressBook::addChangeListener() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addChangeListenerid2521885 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { var addressBook; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_TypeMismatch.html index f0fd530db..815130cf9 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_addChangeListener_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook addChangeListener successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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, addressBook, conversionTable, param, exceptionName, i; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_invalid_cb.html index 38839ba86..82ccdc578 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_addChangeListener_successCallback_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument successCallback validation - use simple function //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_addChangeListener_successCallback_invalid_cb"), listener, addressBook, exceptionName, packageInformationEventCallback, incorrectListeners, i; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html index b29a1f223..7f271bac7 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_addChangeListener_with_errorCallback @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_addChangeListener_with_errorCallback //==== LABEL Check with optional arguments addChangeListener(valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 MOA var t = async_test("AddressBook_addChangeListener_with_errorCallback"), watcher, listener, addressBook, errorCallback; t.step(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_addGroup.html b/tct-contact-tizen-tests/contact/AddressBook_addGroup.html index 820e65038..7bcdb74df 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addGroup.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addGroup.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_addGroup @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_addGroup //==== LABEL Check with non-optional arguments addGroup(valid_group) //==== SPEC Tizen Web API:Social:Contact:AddressBook:addGroup 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 addressBook, group, getGroup; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addGroup_exist.html b/tct-contact-tizen-tests/contact/AddressBook_addGroup_exist.html index 949e3def9..4896b9a02 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addGroup_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addGroup_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_addGroup_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_addGroup_exist //==== LABEL Check if method addGroup of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook:addGroup 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 addressbook = tizen.contact.getDefaultAddressBook(); diff --git a/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_TypeMismatch.html index 445727830..4412ad686 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_addGroup_group_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument addGroup conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addGroup 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, addressBook, conversionTable, param, exceptionName, i; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_invalid_obj.html b/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_invalid_obj.html index da5809d7e..ca99ef4c3 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_invalid_obj.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_invalid_obj.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addGroup +AddressBook_addGroup_group_invalid_obj @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument addgroup validation - use simple object //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addGroup 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 test(function () { var addressBook, group, exceptionName = "TypeMismatchError"; diff --git a/tct-contact-tizen-tests/contact/AddressBook_addGroup_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_addGroup_missarg.html index 4afde250d..80ed1fd7a 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_addGroup_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_addGroup_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_addGroup_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if addGroup() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:addGroup 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 MMA test(function () { var addressBbook = tizen.contact.getDefaultAddressBook(); diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_fullSet.html b/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_fullSet.html index 302ca3a8c..67b82a0ee 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_fullSet.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_fullSet.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_addressesField_fullSet @@ -87,4 +87,3 @@ test(function () { - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_multiple_type.html b/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_multiple_type.html index 4a3f11432..00de9f78a 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_multiple_type.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_multiple_type.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_addressesField_multiple_type @@ -90,7 +90,7 @@ test(function () { defaultAddressBook.remove(contact.id); } }, "AddressBook_add_addressesField_multiple_type"); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_partSet.html b/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_partSet.html index 6dc90af94..5dbcded79 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_partSet.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_partSet.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_addressesField_partSet @@ -70,7 +70,7 @@ test(function () { defaultAddressBook.remove(contact.id); } }, "AddressBook_add_addressesField_partSet"); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_anniversaries_multiple.html b/tct-contact-tizen-tests/contact/AddressBook_add_anniversaries_multiple.html index 7e8ddefb7..e2951a3f7 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_anniversaries_multiple.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_anniversaries_multiple.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_anniversaries_multiple @@ -78,7 +78,7 @@ test(function () { defaultAddressBook.remove(contact.id); } }, "AddressBook_add_anniversaries_multiple"); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_contact_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_add_contact_TypeMismatch.html index 65ddebde4..b5567209e 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_contact_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_contact_TypeMismatch.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_add_contact_TypeMismatch @@ -37,7 +37,7 @@ Authors: //==== LABEL check if add() method called with invalid arguments throws an exception TypeMismatch //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MC test(function () { var addressbook = tizen.contact.getDefaultAddressBook(), diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_contact_invalid_obj.html b/tct-contact-tizen-tests/contact/AddressBook_add_contact_invalid_obj.html index 67ded3722..7689e5937 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_contact_invalid_obj.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_contact_invalid_obj.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_add_contact_invalid_obj @@ -37,7 +37,7 @@ Authors: //==== LABEL check if add() method adds a contact to the address book correctly //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MTO test(function () { var addressbook = tizen.contact.getDefaultAddressBook(), contact; diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_emailsField_multiple.html b/tct-contact-tizen-tests/contact/AddressBook_add_emailsField_multiple.html index e2d237bed..ca91536d9 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_emailsField_multiple.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_emailsField_multiple.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_emailsField_multiple @@ -82,7 +82,7 @@ test(function () { defaultAddressBook.remove(contact.id); } }, "AddressBook_add_emailsField_multiple"); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_exist.html b/tct-contact-tizen-tests/contact/AddressBook_add_exist.html index 10efc3eca..371a2f369 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_add_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_add_exist //==== LABEL Check if method add of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook:add 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 addressbook; diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_get_remove.html b/tct-contact-tizen-tests/contact/AddressBook_add_get_remove.html index 948df8ac4..2cd4561b5 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_get_remove.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_get_remove.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_get_remove @@ -72,4 +72,3 @@ test(function () { - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_add_missarg.html index 15a0f03f1..2f7ce94be 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_add_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if add() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { var addressBook = tizen.contact.getDefaultAddressBook(); diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_nameField_fullSet.html b/tct-contact-tizen-tests/contact/AddressBook_add_nameField_fullSet.html index 37fda9902..7efa5ee5e 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_nameField_fullSet.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_nameField_fullSet.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_nameField_fullSet @@ -68,7 +68,7 @@ test(function () { assert_not_equals(contact.id, null, "add contact is not null"); defaultAddressBook.remove(contact.id); }, "AddressBook_add_nameField_fullSet"); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_nameField_partSet.html b/tct-contact-tizen-tests/contact/AddressBook_add_nameField_partSet.html index 598d60728..ee768a09a 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_nameField_partSet.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_nameField_partSet.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_nameField_partSet @@ -47,7 +47,7 @@ Authors: //==== SPEC Tizen Web API:Social:Contact:AddressBook:add M //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MAST MMINA -test(function(){ +test(function (){ var defaultAddressBook, contact = new tizen.Contact({ name: new tizen.ContactName({ @@ -65,4 +65,3 @@ test(function(){ - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_notes_multiple.html b/tct-contact-tizen-tests/contact/AddressBook_add_notes_multiple.html index a04c52310..97d6f6af5 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_notes_multiple.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_notes_multiple.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_notes_multiple @@ -58,7 +58,7 @@ test(function () { assert_not_equals(contact.id, null, "add contact is not null"); defaultAddressBook.remove(contact.id); }, "AddressBook_add_notes_multiple"); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_null.html b/tct-contact-tizen-tests/contact/AddressBook_add_null.html index f8be18a8e..879c0d137 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_null.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_null.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_null @@ -63,7 +63,7 @@ test(function () { assert_not_equals(contact.id, null, "add contact is not null"); defaultAddressBook.remove(contact.id); }, "AddressBook_add_null"); + - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_phoneNumbersField_multiple.html b/tct-contact-tizen-tests/contact/AddressBook_add_phoneNumbersField_multiple.html index 74aad219a..2e82a2f2b 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_phoneNumbersField_multiple.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_phoneNumbersField_multiple.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_phoneNumbersField_multiple @@ -67,4 +67,3 @@ test(function () { - diff --git a/tct-contact-tizen-tests/contact/AddressBook_add_remove_get.html b/tct-contact-tizen-tests/contact/AddressBook_add_remove_get.html index 737629c6c..95ab1b31d 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_add_remove_get.html +++ b/tct-contact-tizen-tests/contact/AddressBook_add_remove_get.html @@ -33,7 +33,7 @@ Authors: --> -Tizen Contact API - AddressBook - add +AddressBook_add_remove_get @@ -68,4 +68,3 @@ test(function () { - diff --git a/tct-contact-tizen-tests/contact/AddressBook_extend.html b/tct-contact-tizen-tests/contact/AddressBook_extend.html index 11f7bcf41..df262f051 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_extend.html +++ b/tct-contact-tizen-tests/contact/AddressBook_extend.html @@ -18,13 +18,13 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - AddressBook_extend +AddressBook_extend @@ -35,7 +35,7 @@ Authors: //==== TEST: AddressBook_extend //==== LABEL test whether the AddressBook object is extendable //==== SPEC Tizen Web API:Social:Contact:AddressBook:AddressBook 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/AddressBook_find.html b/tct-contact-tizen-tests/contact/AddressBook_find.html index 19f6d957f..0f6eaf320 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_find @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_find //==== LABEL Check if method find of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_TypeMismatch.html index 24f507d15..df1f280be 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_find_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook find errorCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find_errorCallback_TypeMismatch"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html index 26eea894e..175a9edc4 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_find +AddressBook_find_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -30,9 +30,9 @@ Authors:
@@ -33,28 +33,28 @@ Authors: //==== LABEL Check argument AddressBook find filter conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find_filter_TypeMismatch"); t.step(function () { - var listener, addressBook, conversionTable, param, exceptionName, onSuccess, i, - onError; - addressBook = tizen.contact.getDefaultAddressBook(); + var listener, conversionTable, filter, exceptionName, findSuccess, i, + findError, addressBook = tizen.contact.getDefaultAddressBook(); + findSuccess = t.step_func(function (contacts) { - assert_unreached("Invalid findSuccess invoked. Contacts = " + contacts); + assert_unreached("Find() success callback should not be invoked."); }); - findError = t.step_func(function (contacts) { - assert_unreached("Invalid findError invoked: " + error.name + ": " + error.message); + findError = t.step_func(function (error) { + assert_unreached("Find() error callback should not be invoked: " + error.name + " msg: " + error.message); }); conversionTable = getTypeConversionExceptions("object", true); for (i = 0; i < conversionTable.length; i++) { - param = conversionTable[i][0]; + filter = conversionTable[i][0]; exceptionName = conversionTable[i][1]; assert_throws({name : exceptionName}, function () { - listener = addressBook.find(findSuccess, findError, param); - }, exceptionName + " should be thrown - given incorrect."); + listener = addressBook.find(findSuccess, findError, filter); + }, "Given incorrect filter."); } t.done(); }); diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_find_missarg.html index 4e9a5f628..1b43bc6f0 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_find_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if AddessBook::find() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:find M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#findid2521544 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { var addressBook = tizen.contact.getDefaultAddressBook(); diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_TypeMismatch.html index 2748c08f9..c4453d179 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_find_sortMode_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook sortMode filter conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find_sortMode_TypeMismatch"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_invalid_obj.html b/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_invalid_obj.html index 774d58a2f..856caf767 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_invalid_obj.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_invalid_obj.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_find +AddressBook_find_sortMode_invalid_obj @@ -34,7 +34,7 @@ Authors: //==== LABEL Check argument sortMode validation - use simple object //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find_sortMode_invalid_obj"); t.step(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_TypeMismatch.html index 1e96e90c8..96e51b345 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_find_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook find successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 listener, addressBook, conversionTable, param, exceptionName, i; diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html index 19577dab2..4b76ee79f 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_find +AddressBook_find_successCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_find_with_errorCallback //==== LABEL Check with optional arguments find(valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find_with_errorCallback"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html b/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html index 4ad85a19d..ff4b9d6a3 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_find +AddressBook_find_with_filter @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_find_with_filter //==== LABEL Check with optional arguments AddressBook find(valid_successCallback, valid_errorCallback, valid_filter) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find_with_filter"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_find_with_sortMode.html b/tct-contact-tizen-tests/contact/AddressBook_find_with_sortMode.html index e3dbf407d..94a7f7ac0 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_find_with_sortMode.html +++ b/tct-contact-tizen-tests/contact/AddressBook_find_with_sortMode.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_find +AddressBook_find_with_sortMode @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_find_with_sortMode //==== LABEL Check with optional arguments find(valid_successCallback, valid_errorCallback, valid_filter, valid_sortMode) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_find_with_sortMode"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_get.html b/tct-contact-tizen-tests/contact/AddressBook_get.html index f0a2b0e9f..fe57233f8 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_get.html +++ b/tct-contact-tizen-tests/contact/AddressBook_get.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_get @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_get //==== LABEL Check if method get of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 MMINA MR test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_getGroup.html b/tct-contact-tizen-tests/contact/AddressBook_getGroup.html index 9d7a73c42..e5bac901b 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_getGroup.html +++ b/tct-contact-tizen-tests/contact/AddressBook_getGroup.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_getGroup @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_getGroup //==== LABEL Check if method getGroup of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook:getGroup M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMINA MR test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_getGroup_constructor.html b/tct-contact-tizen-tests/contact/AddressBook_getGroup_constructor.html index bb845c5b2..04873d6ca 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_getGroup_constructor.html +++ b/tct-contact-tizen-tests/contact/AddressBook_getGroup_constructor.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_getGroup_constructor @@ -38,7 +38,7 @@ Authors: //==== LABEL check if getGroup() method returns the group with the given identifier //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:getGroup M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMINA test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_getGroup_exist.html b/tct-contact-tizen-tests/contact/AddressBook_getGroup_exist.html index 6e7f958f6..4f67a4e93 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_getGroup_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_getGroup_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_getGroup_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_getGroup_exist //==== LABEL Check if method getGroup of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook:getGroup 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/AddressBook_getGroups.html b/tct-contact-tizen-tests/contact/AddressBook_getGroups.html index e631692a6..4ab21ba3a 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_getGroups.html +++ b/tct-contact-tizen-tests/contact/AddressBook_getGroups.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_getGroups @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_getGroups //==== LABEL Check if method getGroups of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook:getGroups 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/AddressBook_getGroups_exist.html b/tct-contact-tizen-tests/contact/AddressBook_getGroups_exist.html index c293336e1..7be32f41f 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_getGroups_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_getGroups_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_getGroups_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_getGroups_exist //==== LABEL Check if method getGroups of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook:getGroups 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/AddressBook_getGroups_extra_argument.html b/tct-contact-tizen-tests/contact/AddressBook_getGroups_extra_argument.html index 515a5b27b..220bd99c5 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_getGroups_extra_argument.html +++ b/tct-contact-tizen-tests/contact/AddressBook_getGroups_extra_argument.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_getGroups_extra_argument diff --git a/tct-contact-tizen-tests/contact/AddressBook_get_check_fields.html b/tct-contact-tizen-tests/contact/AddressBook_get_check_fields.html index 9c4acc3ab..be1388704 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_get_check_fields.html +++ b/tct-contact-tizen-tests/contact/AddressBook_get_check_fields.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_get_check_fields @@ -37,7 +37,7 @@ Authors: //==== LABEL check if AddressBook::get() method correctly returns the contact with the given identifier //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getid2520297 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMINA test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_get_exist.html b/tct-contact-tizen-tests/contact/AddressBook_get_exist.html index c8600bdf6..396f36934 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_get_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_get_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_get_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_get_exist //==== LABEL Check if method get of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_id_attribute.html b/tct-contact-tizen-tests/contact/AddressBook_id_attribute.html index 2b10e1f93..ba8c94fac 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_id_attribute.html +++ b/tct-contact-tizen-tests/contact/AddressBook_id_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_id_attribute diff --git a/tct-contact-tizen-tests/contact/AddressBook_name_attribute.html b/tct-contact-tizen-tests/contact/AddressBook_name_attribute.html index 17ef3a3ad..37b7cda29 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_name_attribute.html +++ b/tct-contact-tizen-tests/contact/AddressBook_name_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_name_attribute diff --git a/tct-contact-tizen-tests/contact/AddressBook_notexist.html b/tct-contact-tizen-tests/contact/AddressBook_notexist.html index 2a4fea05f..57f3ea3b1 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_notexist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_notexist.html @@ -18,13 +18,13 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - AddressBook_notexist +AddressBook_notexist @@ -35,7 +35,7 @@ Authors: //==== TEST: AddressBook_notexist //==== LABEL check if AddressBook does not exist //==== SPEC Tizen Web API:Social:Contact:AddressBook:AddressBook 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 NIO diff --git a/tct-contact-tizen-tests/contact/AddressBook_readOnly_attribute.html b/tct-contact-tizen-tests/contact/AddressBook_readOnly_attribute.html index 7ef6448c9..4c99b9e0e 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_readOnly_attribute.html +++ b/tct-contact-tizen-tests/contact/AddressBook_readOnly_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_readOnly_attribute diff --git a/tct-contact-tizen-tests/contact/AddressBook_remove.html b/tct-contact-tizen-tests/contact/AddressBook_remove.html index 6bdc82837..712ae10b2 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_remove.html +++ b/tct-contact-tizen-tests/contact/AddressBook_remove.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_remove @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_remove //==== LABEL Check if method remove of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch.html index 4ea255b1c..25b0825cf 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_removeBatch @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_removeBatch //==== LABEL Check if method removeBatch of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_removeBatch"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_TypeMismatch.html index c95ee0655..59bf24bc8 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_removeBatch_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook removeBatch errorCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_removeBatch_errorCallback_TypeMismatch"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html index bb113d984..9fcd1d2dc 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_removeBatch +AddressBook_removeBatch_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -30,9 +30,9 @@ Authors:
@@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument ids conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_missarg.html index 4cbff8579..aea911954 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_removeBatch_missarg @@ -37,7 +37,7 @@ Authors: //==== LABEL check if AddressBook::removeBatch() called with invalid arguments throws an exceptions //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:removeBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#removeBatchid2521347 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_TypeMismatch.html index 4d4508c8c..806664f13 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_removeBatch_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook removeBatch successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html index 3216b4397..bfc6a1ce9 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_removeBatch +AddressBook_removeBatch_successCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_removeBatch_with_errorCallback //==== LABEL Check with optional arguments removeBatch(valid_ids, valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 var t = async_test("AddressBook_removeBatch_with_errorCallback"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html index ce517228b..e683e1eae 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_removeBatch +AddressBook_removeBatch_with_successCallback @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_removeBatch_with_successCallback //==== LABEL Check with optional arguments removeBatch(valid_ids, valid_successCallback) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 var t = async_test("AddressBook_removeBatch_with_successCallback"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_without_successCallback.html b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_without_successCallback.html index 1c0c75f4a..d0e3abb42 100755 --- a/tct-contact-tizen-tests/contact/AddressBook_removeBatch_without_successCallback.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeBatch_without_successCallback.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_removeBatch_without_successCallback @@ -36,7 +36,7 @@ Authors: //==== LABEL check various arguments for AddressBook::removeBatch() method without successCallback //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:removeBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#removeBatchid2521347 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMINA MR var t = async_test("AddressBook_removeBatch_without_successCallback"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener.html b/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener.html index 6b34b29a3..6fd1b9eff 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_removeChangeListener @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_removeChangeListener //==== LABEL Check if method removeChangeListener of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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/AddressBook_removeChangeListener_exist.html b/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_exist.html index 7d931de1c..dabd011ee 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_removeChangeListener_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_removeChangeListener_exist //==== LABEL Check if method removeChangeListener of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook: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/AddressBook_removeGroup.html b/tct-contact-tizen-tests/contact/AddressBook_removeGroup.html index 27e1053ef..8afb10a9e 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeGroup.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeGroup.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_removeGroup @@ -38,7 +38,7 @@ Authors: //==== LABEL check if removeGroup() method removes a group from the address book correctly //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:removeGroup M -//==== SPEC_URL TBD +//==== 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/AddressBook_removeGroup_exist.html b/tct-contact-tizen-tests/contact/AddressBook_removeGroup_exist.html index be0df3ae8..bf909eb30 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_removeGroup_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_removeGroup_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_removeGroup_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_removeGroup_exist //==== LABEL Check if method removeGroup of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook:removeGroup 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/AddressBook_remove_exist.html b/tct-contact-tizen-tests/contact/AddressBook_remove_exist.html index 1c52f0a8e..23edcf832 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_remove_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_remove_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_remove_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_remove_exist //==== LABEL Check if method remove of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook: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/AddressBook_update.html b/tct-contact-tizen-tests/contact/AddressBook_update.html index 69f93b4f2..965c7fc2d 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_update.html +++ b/tct-contact-tizen-tests/contact/AddressBook_update.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_update @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_update //==== LABEL Check if method update of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 MAST MMINA MR test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateBatch.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch.html index ca46aaffa..fb40dd743 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_updateBatch @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_updateBatch //==== LABEL Check if method updateBatch of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 MAST MR var t = async_test("AddressBook_updateBatch"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_contacts_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_contacts_TypeMismatch.html index 3d4e0a917..e0897cfd2 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_contacts_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_contacts_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_updateBatch_contacts_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook updateBatch contacts conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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/AddressBook_updateBatch_errorCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_TypeMismatch.html index 6d22c5f70..74bdc6776 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_updateBatch_errorCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook updateBatch errorCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_updateBatch_errorCallback_TypeMismatch"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html index 3f8d8c127..8b0646591 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_updateBatch +AddressBook_updateBatch_errorCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -38,7 +38,7 @@ Authors: //==== LABEL Check AddressBook_updateBatch with missing non-optional argument //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:updateBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateBatchid2520986 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_TypeMismatch.html index ed4a731ec..120e3cca6 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_updateBatch_successCallback_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook updateBatch successCallback conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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/AddressBook_updateBatch_successCallback_invalid_cb.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html index 8aa8d71aa..d23cb642a 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_updateBatch +AddressBook_updateBatch_successCallback_invalid_cb @@ -30,10 +30,10 @@ Authors:
@@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_updateBatch_with_errorCallback //==== LABEL Check with optional arguments updateBatch(valid_contacts, valid_successCallback, valid_errorCallback) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_updateBatch_with_errorCallback"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_successCallback.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_successCallback.html index f937d423b..c254e7e55 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_successCallback.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_successCallback.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_updateBatch +AddressBook_updateBatch_with_successCallback @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_updateBatch_with_successCallback //==== LABEL Check with optional arguments updateBatch(valid_contacts, valid_successCallback) //==== SPEC Tizen Web API:Social:Contact:AddressBook: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("AddressBook_updateBatch_with_successCallback"); diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_without_successCallback.html b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_without_successCallback.html index c15e4fc78..6da2cebb8 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateBatch_without_successCallback.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateBatch_without_successCallback.html @@ -15,9 +15,9 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_updateBatch_without_successCallback @@ -33,7 +33,7 @@ Authors: //==== LABEL check various arguments for AddressBook::updateBatch() method without_successCallback //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:updateBatch M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateBatchid2520986 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMINA MR var t = async_test("AddressBook_updateBatch_without_successCallback"); @@ -56,6 +56,7 @@ t.step(function () { addressbook.add(createdContact); addressbook.find(findSuccess); }); + diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateGroup.html b/tct-contact-tizen-tests/contact/AddressBook_updateGroup.html index 0f2d0659c..61183ad35 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateGroup.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateGroup.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_updateGroup @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_updateGroup //==== LABEL Check if method updateGroup of AddressBook works properly. //==== SPEC Tizen Web API:Social:Contact:AddressBook:updateGroup 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/AddressBook_updateGroup_exist.html b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_exist.html index dcb72575d..25da24187 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateGroup_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_updateGroup_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_updateGroup_exist //==== LABEL Check if method updateGroup of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook:updateGroup 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/AddressBook_updateGroup_group_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_TypeMismatch.html index c7516b199..fd3f3e58c 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_updateGroup_group_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument AddressBook updateGroup contacts conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:updateGroup 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/AddressBook_updateGroup_group_invalid_obj.html b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_invalid_obj.html index b8a552b82..d275a306b 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_invalid_obj.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_invalid_obj.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_updateGroup_group_invalid_obj @@ -34,7 +34,7 @@ Authors: //==== LABEL Check argument updategroup validation - use simple object //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:updateGroup 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 test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html index 8594f9b19..d9c0cb2cc 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_updateGroup_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if updateGroup() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:updateGroup 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 () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html index 3b5066198..cd554943d 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html +++ b/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html @@ -15,12 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_updateGroup_ringtoneURI @@ -30,13 +30,13 @@ Authors:
diff --git a/tct-contact-tizen-tests/contact/AddressBook_update_contact_TypeMismatch.html b/tct-contact-tizen-tests/contact/AddressBook_update_contact_TypeMismatch.html index 1526edf3c..80f943818 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_update_contact_TypeMismatch.html +++ b/tct-contact-tizen-tests/contact/AddressBook_update_contact_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -AddressBook_addChangeListener +AddressBook_update_contact_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument contact conversions exception //==== PRIORITY: P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook: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 () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_update_contact_invalid_obj.html b/tct-contact-tizen-tests/contact/AddressBook_update_contact_invalid_obj.html index 7396ec483..9f2383c3f 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_update_contact_invalid_obj.html +++ b/tct-contact-tizen-tests/contact/AddressBook_update_contact_invalid_obj.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_update_contact_invalid_obj @@ -37,7 +37,7 @@ Authors: //==== LABEL Check argument contact validation - use simple object //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:update M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MTO test(function () { diff --git a/tct-contact-tizen-tests/contact/AddressBook_update_exist.html b/tct-contact-tizen-tests/contact/AddressBook_update_exist.html index 519f1dc3e..ef2103646 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_update_exist.html +++ b/tct-contact-tizen-tests/contact/AddressBook_update_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + AddressBook_update_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: AddressBook_update_exist //==== LABEL Check if method update of AddressBook exists //==== SPEC Tizen Web API:Social:Contact:AddressBook: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/AddressBook_update_missarg.html b/tct-contact-tizen-tests/contact/AddressBook_update_missarg.html index 40a972d38..0ff2d0ec4 100644 --- a/tct-contact-tizen-tests/contact/AddressBook_update_missarg.html +++ b/tct-contact-tizen-tests/contact/AddressBook_update_missarg.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Tomasz Paciorek + Tomasz Paciorek --> - + -Contact/UTC_contact +AddressBook_update_missarg @@ -38,7 +38,7 @@ Authors: //==== LABEL check if AddressBook::update() method called with invalid arguments throws an exception //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Contact:AddressBook:update M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateid2520849 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html //==== TEST_CRITERIA MMA test(function () { diff --git a/tct-contact-tizen-tests/tests.full.xml b/tct-contact-tizen-tests/tests.full.xml index ded169ff4..12939049c 100644 --- a/tct-contact-tizen-tests/tests.full.xml +++ b/tct-contact-tizen-tests/tests.full.xml @@ -394,7 +394,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -406,7 +406,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -418,7 +418,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -430,7 +430,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addChangeListenerid2521885 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -442,7 +442,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 @@ -454,7 +454,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -466,7 +466,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -478,7 +478,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -490,7 +490,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#findid2521544 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -514,7 +514,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getid2520297 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -526,7 +526,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#removeBatchid2521347 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -538,7 +538,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#removeBatchid2521347 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -550,7 +550,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateBatchid2520986 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -567,7 +567,7 @@ - + /opt/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html @@ -586,7 +586,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateid2520849 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -1330,7 +1330,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 @@ -1342,7 +1342,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 @@ -1954,7 +1954,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 @@ -1966,7 +1966,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 @@ -1978,7 +1978,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 @@ -1990,7 +1990,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 @@ -2002,7 +2002,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 @@ -2014,7 +2014,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 @@ -2026,7 +2026,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 @@ -2038,7 +2038,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 @@ -2050,7 +2050,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 @@ -2062,7 +2062,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 @@ -2074,7 +2074,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 @@ -2086,7 +2086,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 @@ -2098,7 +2098,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 @@ -2110,7 +2110,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 @@ -2314,19 +2314,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html - TBD - - - - - - /opt/tct-contact-tizen-tests/contact/AddressBook_ChangeCallback_notexist.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 @@ -2410,7 +2398,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 @@ -2422,7 +2410,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 @@ -2434,7 +2422,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 @@ -2446,7 +2434,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 @@ -2458,7 +2446,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 @@ -2470,7 +2458,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 @@ -2482,7 +2470,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 @@ -2494,7 +2482,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 @@ -2506,7 +2494,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 @@ -2518,7 +2506,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 @@ -2530,7 +2518,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 @@ -2542,7 +2530,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 @@ -2554,7 +2542,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 @@ -2566,7 +2554,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 +2566,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 @@ -2782,7 +2770,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2794,7 +2782,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2806,31 +2794,31 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD - + /opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD - + /opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2842,7 +2830,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateBatchid2520986 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -2854,7 +2842,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 @@ -2866,7 +2854,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 @@ -2878,7 +2866,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 @@ -2890,7 +2878,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 @@ -2902,7 +2890,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 @@ -2914,7 +2902,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 @@ -2926,7 +2914,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 @@ -2938,7 +2926,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 @@ -2950,7 +2938,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 @@ -2962,7 +2950,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 @@ -2974,7 +2962,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 @@ -2986,7 +2974,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 @@ -2998,7 +2986,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 @@ -3010,7 +2998,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 @@ -3022,7 +3010,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 @@ -3034,7 +3022,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3046,7 +3034,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 @@ -3058,31 +3046,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/AddressBook_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 - + /opt/tct-contact-tizen-tests/contact/AddressBook_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 @@ -3094,7 +3082,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 @@ -3106,31 +3094,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/AddressBook_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/AddressBook_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 @@ -3142,7 +3130,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 @@ -3154,7 +3142,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 @@ -3166,31 +3154,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/AddressBook_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 - + /opt/tct-contact-tizen-tests/contact/AddressBook_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 @@ -3202,7 +3190,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 @@ -3214,19 +3202,19 @@ - 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/AddressBook_addChangeListener_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 @@ -3238,7 +3226,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 @@ -3250,7 +3238,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html TBD @@ -3262,7 +3250,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 @@ -3790,7 +3778,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 @@ -3802,7 +3790,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 +3802,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 @@ -3855,26 +3843,26 @@ - + /opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invoked.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/AddressBook_find_errorCallback_invoked.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 @@ -3903,6 +3891,18 @@ + + + /opt/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.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 813a3e357..0b8299239 100644 --- a/tct-contact-tizen-tests/tests.xml +++ b/tct-contact-tizen-tests/tests.xml @@ -238,7 +238,7 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html @@ -968,11 +968,6 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html - - - /opt/tct-contact-tizen-tests/contact/AddressBook_ChangeCallback_notexist.html - - /opt/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html @@ -1173,12 +1168,12 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html @@ -1278,12 +1273,12 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_errorCallback.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html @@ -1298,12 +1293,12 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html @@ -1323,12 +1318,12 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html @@ -1343,7 +1338,7 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html @@ -1608,12 +1603,12 @@ /opt/tct-contact-tizen-tests/contact/AddressBook_removeGroup.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invoked.html - + /opt/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invoked.html @@ -1628,6 +1623,11 @@ /opt/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invoked.html + + + /opt/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html + +