--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+Authors:
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+
+-->
+<html>
+<head>
+<title>AddressBookChangeCallback_notexist</title>
+<meta charset="utf-8"/>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+</head>
+
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: AddressBookChangeCallback_notexist
+//==== PRIORITY P3
+//==== LABEL Check if interface AddressBookChangeCallback exists, it should not.
+//==== SPEC Tizen Web API:Social:Contact:AddressBookChangeCallback:AddressBookChangeCallback U
+//==== 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("AddressBookChangeCallback");
+}, "AddressBook_ChangeCallback_notexist");
+
+</script>
+</body>
+</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Xu, Yananx <yananx.xu@intel.com>
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Xu, Yananx <yananx.xu@intel.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
-<title>Tizen Contact module - AddressBookChangeCallback - oncontactsadded </title>
+<title>AddressBookChangeCallback_oncontactsadded</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
//==== 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 () {
watcherId = defaultAddressBook.addChangeListener(watcher, changeListenerError);
defaultAddressBook.add(contact);
});
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact module - AddressBookChangeCallback - oncontactsremoved </title>
+<title>AddressBookChangeCallback_oncontactsremoved</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
//==== 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 () {
watcherId = defaultAddressBook.addChangeListener(watcher, changeListenerError);
defaultAddressBook.remove(contact.id);
});
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact module - AddressBookChangeCallback - oncontactsupdated </title>
+<title>AddressBookChangeCallback_oncontactsupdated</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
//==== 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 () {
</script>
</body>
</html>
-
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_ArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== 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");
+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
-
--->
-<html lang="en">
-<head>
-<title>AddressBook_ChangeCallback_notexist</title>
-<meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
-</head>
-
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: AddressBook_ChangeCallback_notexist
-//==== PRIORITY P3
-//==== LABEL Check if interface AddressBookChangeCallback exists, it should not.
-//==== SPEC Tizen Web API:Social:Contact:AddressBookChangeCallback:AddressBookChangeCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
-//==== TEST_CRITERIA CBNIO
-test(function () {
- check_no_interface_object("AddressBookChangeCallback");
-}, "AddressBook_ChangeCallback_notexist");
-
-</script>
-</body>
-</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_add</title>
<meta charset="utf-8"/>
//==== 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_addBatch</title>
<meta charset="utf-8"/>
//==== 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,
t.done();
}), 2000);
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_contacts_TypeMismatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check argument 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;
}, exceptionName + " should be thrown - given incorrect.");
}
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_errorCallback_TypeMismatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check argument 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;
}
t.done();
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_errorCallback_invalid_cb</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
<div id="log"></div>
<script>
//==== TEST: AddressBook_addBatch_errorCallback_invalid_cb
-//==== LABEL Check argument AddressBook addBatch errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument AddressBook addBatch errorCallback validation - use {onerror: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_addBatch_errorCallback_invalid_cb"), addressbook, contact_1, contact_2, onSuccess,
incorrectCallback, exceptionName = "TypeMismatchError";
}, exceptionName + " should be thrown - given incorrect success callback.");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_addBatch_exist</title>
<meta charset="utf-8"/>
//==== 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();
Authors:
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check if 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();
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - addBatch </title>
+<title>AddressBook_addBatch_one_missNull</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
defaultAddressBook = tizen.contact.getDefaultAddressBook();
defaultAddressBook.addBatch(contactsArray, batchAddedSuccessCB, batchAddFailedCB);
});
+
</script>
</body>
</html>
-
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_successCallback_TypeMismatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check argument 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_successCallback_invalid_cb</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
<script>
//==== TEST: AddressBook_addBatch_successCallback_invalid_cb
-//==== LABEL Check argument AddressBook addBatch successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument AddressBook addBatch successCallback validation - use {onsuccess: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_addBatch_successCallback_invalid_cb"), addressbook, contact_1, contact_2,
incorrectCallback, exceptionName = "TypeMismatchError";
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - addBatch </title>
+<title>AddressBook_addBatch_two_bothNull</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
defaultAddressBook = tizen.contact.getDefaultAddressBook();
defaultAddressBook.addBatch(contactsArray, batchAddedSuccessCB, batchAddFailedCB);
});
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - addBatch </title>
+<title>AddressBook_addBatch_two_oneIsNull</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
});
defaultAddressBook.addBatch(contactsArray, batchAddedSuccessCB, batchAddFailedCB);
});
+
</script>
</body>
</html>
-
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_with_errorCallback</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addBatch_with_successCallback</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_addChangeListener</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_addChangeListener_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_addChangeListener_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_addChangeListener_errorCallback_invalid_cb
-//==== LABEL Check argument AddressBook addChangeListener errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument AddressBook addChangeListener errorCallback validation - use {onerror: 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 MTCB
var t = async_test("AddressBook_addChangeListener_errorCallback_invalid_cb"), watcher, listener, addressBook,
exceptionName = "TypeMismatchError", incorrectCallback;
}, exceptionName + " should be thrown - given incorrect success callback.");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_addChangeListener_exist</title>
<meta charset="utf-8"/>
//==== 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();
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addChangeListener_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_addChangeListener_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_addChangeListener_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_addChangeListener_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_addGroup</title>
<meta charset="utf-8"/>
//==== 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_addGroup_exist</title>
<meta charset="utf-8"/>
//==== 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();
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_addGroup_group_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addGroup</title>
+<title>AddressBook_addGroup_group_invalid_obj</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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";
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_addGroup_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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();
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_addressesField_fullSet</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_addressesField_multiple_type</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
defaultAddressBook.remove(contact.id);
}
}, "AddressBook_add_addressesField_multiple_type");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_addressesField_partSet</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
defaultAddressBook.remove(contact.id);
}
}, "AddressBook_add_addressesField_partSet");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_anniversaries_multiple</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
defaultAddressBook.remove(contact.id);
}
}, "AddressBook_add_anniversaries_multiple");
+
</script>
</body>
</html>
-
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_add_contact_TypeMismatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check 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(),
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_add_contact_invalid_obj</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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;
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_emailsField_multiple</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</head>
defaultAddressBook.remove(contact.id);
}
}, "AddressBook_add_emailsField_multiple");
+
</script>
</body>
</html>
-
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_add_exist</title>
<meta charset="utf-8"/>
//==== 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;
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_get_remove</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
</script>
</body>
</html>
-
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_add_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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();
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_nameField_fullSet</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
assert_not_equals(contact.id, null, "add contact is not null");
defaultAddressBook.remove(contact.id);
}, "AddressBook_add_nameField_fullSet");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_nameField_partSet</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
//==== 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({
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_notes_multiple</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
assert_not_equals(contact.id, null, "add contact is not null");
defaultAddressBook.remove(contact.id);
}, "AddressBook_add_notes_multiple");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_null</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
</head>
assert_not_equals(contact.id, null, "add contact is not null");
defaultAddressBook.remove(contact.id);
}, "AddressBook_add_null");
+
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_phoneNumbersField_multiple</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</script>
</body>
</html>
-
-->
<html>
<head>
-<title>Tizen Contact API - AddressBook - add </title>
+<title>AddressBook_add_remove_get</title>
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
<script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
</script>
</body>
</html>
-
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
-<title> AddressBook_extend</title>
+<title>AddressBook_extend</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_find</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_find_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_find</title>
+<title>AddressBook_find_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_find_errorCallback_invalid_cb
-//==== LABEL Check argument AddressBook find errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument AddressBook find errorCallback validation - use {onerror: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_find_errorCallback_invalid_cb");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_find</title>
+<title>AddressBook_find_errorCallback_invoked</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_find_errorCallback_invoked
-//==== LABEL Check invoked arguments find(valid_successCallback, valid_errorCallback, valid_filter, valid_sortMode)
+//==== LABEL Check if find() error callback will be invoked when used with wrong filter argument
//==== 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 MERRCB
var t = async_test("AddressBook_find_errorCallback_invoked");
streetAddress: "124 SW 17th Ave."
})]
});
- sortingMode = new tizen.SortMode("name.firstName", "ASC");
- addressBook = tizen.contact.getDefaultAddressBook();
successCallback = t.step_func(function (contacts) {
- assert_unreached("Invalid errorCallback invoked: " + error.name + ": " + error.message);
+ assert_unreached("Find() success callback should not be invoked.");
});
errorCallback = t.step_func(function (error) {
addressBook.remove(contact.id);
t.done();
});
- filter = new tizen.AttributeFilter(-1, "CONTAINS", "John");
+
+ addressBook = tizen.contact.getDefaultAddressBook();
addressBook.add(contact);
+
+ sortingMode = new tizen.SortMode("name.firstName", "ASC");
+ filter = new tizen.AttributeFilter(-1, "CONTAINS", "John");
addressBook.find(successCallback, errorCallback, filter, sortingMode);
});
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_find_exist</title>
<meta charset="utf-8"/>
//==== TEST: AddressBook_find_exist
//==== LABEL Check if method find of AddressBook exists
//==== 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 ME
test(function () {
var addressbook = tizen.contact.getDefaultAddressBook();
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_find_filter_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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();
});
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_find_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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();
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_find_sortMode_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_find</title>
+<title>AddressBook_find_sortMode_invalid_obj</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check argument 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_find_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_find</title>
+<title>AddressBook_find_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_find_successCallback_invalid_cb
-//==== LABEL Check argument AddressBook find successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument AddressBook find successCallback validation - use {onsuccess: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_find_successCallback_invalid_cb");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_find</title>
+<title>AddressBook_find_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_find</title>
+<title>AddressBook_find_with_filter</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_find</title>
+<title>AddressBook_find_with_sortMode</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_get</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_getGroup</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_getGroup_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_getGroup_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_getGroups</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_getGroups_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_getGroups_extra_argument</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_get_check_fields</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_get_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_id_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_name_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek<t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
-<title> AddressBook_notexist</title>
+<title>AddressBook_notexist</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== 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
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_readOnly_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_remove</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_removeBatch</title>
<meta charset="utf-8"/>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_removeBatch_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_removeBatch</title>
+<title>AddressBook_removeBatch_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_removeBatch_errorCallback_invalid_cb
-//==== LABEL Check argument AddressBook removeBatch errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument AddressBook removeBatch errorCallback validation - use {onerror: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_removeBatch_errorCallback_invalid_cb");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_removeBatch</title>
+<title>AddressBook_removeBatch_errorCallback_invoked</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_removeBatch_errorCallback_invoked
-//==== LABEL Check invoked arguments AddressBook.removeBatch(valid_ids, valid_successCallback, valid_errorCallback)
+//==== LABEL Check if removeBatch() error callback will be invoked when used with wrong ids argument
//==== 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 MERRCB
var t = async_test("AddressBook_removeBatch_errorCallback_invoked");
});
removeBatchSuccess = t.step_func(function () {
- assert_unreached("Invalid removeBatchSuccess");
+ assert_unreached("removeBatch() success callback should not be invoked.");
});
removeBatchError = t.step_func(function (error) {
t.done();
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_removeBatch_exist</title>
<meta charset="utf-8"/>
//==== TEST: AddressBook_removeBatch_exist
//==== LABEL Check if method removeBatch of AddressBook exists
//==== 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 ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_removeBatch_ids_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_removeBatch_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_removeBatch_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_removeBatch</title>
+<title>AddressBook_removeBatch_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_removeBatch_successCallback_invalid_cb
-//==== LABEL Check argument AddressBook removeBatch successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument AddressBook removeBatch successCallback validation - use {onsuccess: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_removeBatch_successCallback_invalid_cb");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_removeBatch</title>
+<title>AddressBook_removeBatch_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_removeBatch</title>
+<title>AddressBook_removeBatch_with_successCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_removeBatch_without_successCallback</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check various arguments for 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_removeChangeListener</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_removeChangeListener_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_removeGroup</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_removeGroup_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_remove_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_update</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_updateBatch</title>
<meta charset="utf-8"/>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_updateBatch_contacts_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_updateBatch_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_updateBatch</title>
+<title>AddressBook_updateBatch_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_updateBatch_errorCallback_invalid_cb
-//==== LABEL Check argument AddressBook updateBatch errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument AddressBook updateBatch errorCallback validation - use {onerror: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_updateBatch_errorCallback_invalid_cb");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_updateBatch_exist</title>
<meta charset="utf-8"/>
//==== TEST: AddressBook_updateBatch_exist
//==== LABEL Check if method updateBatch of AddressBook exists
//==== 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 ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_updateBatch_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_updateBatch_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_updateBatch</title>
+<title>AddressBook_updateBatch_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: AddressBook_updateBatch_successCallback_invalid_cb
-//==== LABEL Check argument AddressBook updateBatch successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument AddressBook updateBatch successCallback validation - use {onsuccess: function (){}}
//==== 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 MTCB
var t = async_test("AddressBook_updateBatch_successCallback_invalid_cb");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_updateBatch</title>
+<title>AddressBook_updateBatch_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_updateBatch</title>
+<title>AddressBook_updateBatch_with_successCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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");
limitations under the License.
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_updateBatch_without_successCallback</title>
//==== 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");
addressbook.add(createdContact);
addressbook.find(findSuccess);
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_updateGroup</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_updateGroup_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_updateGroup_group_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_updateGroup_group_invalid_obj</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_updateGroup_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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 () {
limitations under the License.
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_updateGroup_ringtoneURI</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
<div id="log"></div>
<script type="text/javascript">
//==== TEST: AddressBook_updateGroup_ringtoneURI
-//==== LABEL check if updateGroup() method updates a group in the address book correctly
+//==== LABEL check if updateGroup() method invokes properly
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:AddressBook:updateGroup M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MR MMINA
test(function () {
- var addressBook, group;
+ var addressBook, group, returnedValue = null;
addressBook = tizen.contact.getDefaultAddressBook();
assert_equals(returnedValue, undefined, "Incorrect value returned.");
}, "AddressBook_updateGroup_ringtoneURI");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>AddressBook_update_contact_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_update_contact_invalid_obj</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL Check argument 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>AddressBook_update_exist</title>
<meta charset="utf-8"/>
//==== 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 () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>AddressBook_update_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
//==== LABEL check if 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 () {
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addChangeListenerid2521885</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="add" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="add" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="add" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#findid2521544</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="get" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getid2520297</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#removeBatchid2521347</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#removeBatchid2521347</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateBatchid2520986</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</spec>
</specs>
</testcase>
- <testcase purpose="check if updateGroup() method updates a group in the address book correctly" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_updateGroup_ringtoneURI">
+ <testcase purpose="check if updateGroup() method invokes properly" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_updateGroup_ringtoneURI">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="update" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateid2520849</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="add" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="get" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="getGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="getGroups" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="remove" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="update" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBookArraySuccessCallback" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
- <spec_statement>TBD</spec_statement>
- </spec>
- </specs>
- </testcase>
- <testcase purpose="Check if interface AddressBookChangeCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P3" id="AddressBook_ChangeCallback_notexist">
- <description>
- <test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_ChangeCallback_notexist.html</test_script_entry>
- </description>
- <specs>
- <spec>
- <spec_assertion interface="AddressBookChangeCallback" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="add" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="getGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="getGroups" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="get" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="remove" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="update" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook addBatch errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_addBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook addBatch errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_addBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook addBatch successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_addBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook addBatch successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_addBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addBatchid2520565</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#updateBatchid2520986</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="update" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="update" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#addid2520435</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook updateBatch successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_updateBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook updateBatch successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_updateBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook updateBatch errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_updateBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook updateBatch errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_updateBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook removeBatch errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_removeBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook removeBatch errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_removeBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook removeBatch successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_removeBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook removeBatch successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_removeBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook find errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_find_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook find errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_find_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook find successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_find_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook find successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_find_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument AddressBook addChangeListener errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_addChangeListener_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook addChangeListener errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="AddressBook_addChangeListener_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addChangeListener" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="addGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="updateGroup" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBookChangeCallback" element_type="method" element_name="oncontactsadded" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBookChangeCallback" element_type="method" element_name="oncontactsremoved" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="AddressBookChangeCallback" element_type="method" element_name="oncontactsupdated" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</spec>
</specs>
</testcase>
- <testcase purpose="Check invoked arguments AddressBook.removeBatch(valid_ids, valid_successCallback, valid_errorCallback)" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="AddressBook_removeBatch_errorCallback_invoked">
+ <testcase purpose="Check if removeBatch() error callback will be invoked when used with wrong ids argument" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="AddressBook_removeBatch_errorCallback_invoked">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invoked.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="removeBatch" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check invoked arguments find(valid_successCallback, valid_errorCallback, valid_filter, valid_sortMode)" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="AddressBook_find_errorCallback_invoked">
+ <testcase purpose="Check if find() error callback will be invoked when used with wrong filter argument" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="AddressBook_find_errorCallback_invoked">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invoked.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="AddressBook" element_type="method" element_name="find" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</spec>
</specs>
</testcase>
+ <testcase purpose="Check if interface AddressBookChangeCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P3" id="AddressBookChangeCallback_notexist">
+ <description>
+ <test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html</test_script_entry>
+ </description>
+ <specs>
+ <spec>
+ <spec_assertion interface="AddressBookChangeCallback" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_statement>TBD</spec_statement>
+ </spec>
+ </specs>
+ </testcase>
</set>
</suite>
</test_definition>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if updateGroup() method updates a group in the address book correctly" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_updateGroup_ringtoneURI">
+ <testcase purpose="check if updateGroup() method invokes properly" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_updateGroup_ringtoneURI">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface AddressBookChangeCallback exists, it should not." component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_ChangeCallback_notexist">
- <description>
- <test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_ChangeCallback_notexist.html</test_script_entry>
- </description>
- </testcase>
<testcase purpose="Check if interface ContactArraySuccessCallback exists, it should not." component="TizenAPI/Social/Contact" execution_type="auto" id="ContactArraySuccessCallback_notexist">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html</test_script_entry>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook addBatch errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_addBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook addBatch errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_addBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook addBatch successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_addBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook addBatch successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_addBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook updateBatch successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_updateBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook updateBatch successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_updateBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook updateBatch errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_updateBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook updateBatch errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_updateBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook removeBatch errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_removeBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook removeBatch errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_removeBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook removeBatch successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_removeBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook removeBatch successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_removeBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook find errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_find_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook find errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_find_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook find successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_find_successCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook find successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_find_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument AddressBook addChangeListener errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_addChangeListener_errorCallback_invalid_cb">
+ <testcase purpose="Check argument AddressBook addChangeListener errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_addChangeListener_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeGroup.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check invoked arguments AddressBook.removeBatch(valid_ids, valid_successCallback, valid_errorCallback)" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_removeBatch_errorCallback_invoked">
+ <testcase purpose="Check if removeBatch() error callback will be invoked when used with wrong ids argument" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_removeBatch_errorCallback_invoked">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invoked.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check invoked arguments find(valid_successCallback, valid_errorCallback, valid_filter, valid_sortMode)" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_find_errorCallback_invoked">
+ <testcase purpose="Check if find() error callback will be invoked when used with wrong filter argument" component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBook_find_errorCallback_invoked">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invoked.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invoked.html</test_script_entry>
</description>
</testcase>
+ <testcase purpose="Check if interface AddressBookChangeCallback exists, it should not." component="TizenAPI/Social/Contact" execution_type="auto" id="AddressBookChangeCallback_notexist">
+ <description>
+ <test_script_entry>/opt/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html</test_script_entry>
+ </description>
+ </testcase>
</set>
</suite>
</test_definition>