Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManagerObject_notexist</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if interface ContactManagerObject exists, it should not.
//==== SPEC Tizen Web API:Social:Contact:ContactManagerObject:ContactManagerObject U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA NIO
test(function () {
check_no_interface_object("ContactManagerObject");
}, "ContactManagerObject_notexist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_addChangeListener</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_addChangeListener
//==== LABEL Check if method addChangeListener of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MR MMINA MAST
var t = async_test("ContactManager_addChangeListener");
t.step(function () {
- var watcher, watcherId, defaultAddressBook;
+ var watcher, watcherId, defaultAddressBook, contact;
watcher = {
onpersonsadded: function (persons) {
tizen.contact.removeChangeListener(watcherId);
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_addChangeListener_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_addChangeListener_exist
//==== LABEL Check if method addChangeListener of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
assert_true("addChangeListener" in tizen.contact, "No update method in tizen.contact.");
check_method_exists(tizen.contact, "addChangeListener");
}, "ContactManager_addChangeListener_exist");
+
</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>ContactManager_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 ContactManager::addChangeListener() method called with invalid arguments throws an exception
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener M
-//==== SPEC_URL TBD
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMA
test(function () {
assert_throws({
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>ContactManager_addChangeListener_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager addChangeListener successCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
var listener, conversionTable, param, exceptionName, i;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addChangeListener</title>
+<title>ContactManager_addChangeListener_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager addChangeListener successCallback validation - use simple function
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTL
var t = async_test("ContactManager_addChangeListener_successCallback_invalid_cb");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactManager_check_types</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
-<title> AddressBook_extend</title>
+<title>ContactManager_extend</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_extend
//==== LABEL test whether the ContactManager object is extendable
//==== SPEC Tizen Web API:Social:Contact:ContactManager:ContactManager U
-//==== SPEC_URL http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_find</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_find
//==== LABEL Check if method find of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR
var t = async_test("ContactManager_find");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_find_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager find errorCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
var t = async_test("ContactManager_find_errorCallback_TypeMismatch");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_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: ContactManager_find_errorCallback_invalid_cb
-//==== LABEL Check argument ContactManager find errorCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument ContactManager find errorCallback validation - use {onsuccess: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_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>ContactManager_find</title>
+<title>ContactManager_find_errorCallback_invoked</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_find_errorCallback_invoked
//==== LABEL Check invoked arguments ContactManager.find(valid_successCallback, valid_errorCallback, valid_filter)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MERRCB
var t = async_test("ContactManager_find_errorCallback_invoked");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_find_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_find_exist
//==== LABEL Check if method find of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
assert_true("find" in tizen.contact, "No find method in tizen.contact.");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_find_filter_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager filter conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
var t = async_test("ContactManager_find_filter_TypeMismatch");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactManager_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 ContactManager::find() method called with invalid arguments throws an exception
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL TBD
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMA
test(function () {
assert_throws({
});
}, "ContactManager_find_missarg");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_find_sortMode_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument sortMode conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
var t = async_test("ContactManager_find_sortMode_TypeMismatch");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_find_sortMode_invalid_obj</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager find sortMode validation - use simple object
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTO
var t = async_test("ContactManager_find_sortMode_invalid_obj");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_find_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager find ContactManager successCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
var i, conversionTable, incorrectCallback, exceptionName;
}, 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>ContactManager_find</title>
+<title>ContactManager_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: ContactManager_find_successCallback_invalid_cb
-//==== LABEL Check argument ContactManager find successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument ContactManager find successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_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>ContactManager_find</title>
+<title>ContactManager_find_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_find_with_errorCallback
//==== LABEL Check with optional arguments ContactManager find(valid_successCallback, valid_errorCallback)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA
var t = async_test("ContactManager_find_with_errorCallback");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_find_with_filter</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_find_with_filter
//==== LABEL Check with optional arguments find(valid_successCallback, valid_errorCallback, valid_filter)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA
var t = async_test("ContactManager_find_with_filter");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>ContactManager_find_with_sortMode</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_find_with_sortMode
//==== LABEL Check with optional arguments ContactManager find(valid_successCallback, valid_errorCallback, valid_filter, valid_sortMode)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA
var t = async_test("ContactManager_find_with_sortMode");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_get</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_get
//==== LABEL Check if method get of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:get M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MR MMINA
test(function () {
var contact, addressbook, getPerson;
tizen.contact.remove(contact.personId);
}, "ContactManager_get");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getAddressBook</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getAddressBook
//==== LABEL Check if method getAddressBook of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBook M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var addressBook = tizen.contact.getAddressBook("0");
assert_type(addressBook.name, "string", "addressBook.name");
assert_type(addressBook.readOnly, "boolean", "addressBook.readOnly");
}, "ContactManager_getAddressBook");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getAddressBook_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getAddressBook_exist
//==== LABEL Check if method getAddressBook of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBook M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
assert_true("getAddressBook" in tizen.contact, "No getAddressBook method in tizen.contact.");
check_method_exists(tizen.contact, "getAddressBook");
}, "ContactManager_getAddressBook_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getAddressBooks</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getAddressBooks
//==== LABEL Check if method getAddressBooks of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA MR
var t = async_test("ContactManager_getAddressBooks");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_getAddressBooks</title>
+<title>ContactManager_getAddressBooks_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check with optional arguments ContactManager.getAddressBooks(valid_successCallback, valid_errorCallback)
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
var t = async_test("ContactManager_getAddressBooks_errorCallback_TypeMismatch");
t.step(function () {
}
t.done();
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_getAddressBooks</title>
+<title>ContactManager_getAddressBooks_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: ContactManager_getAddressBooks_errorCallback_invalid_cb
-//==== LABEL Check argument errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument errorCallback validation - use {onerror: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_getAddressBooks_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>ContactManager_getAddressBooks_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getAddressBooks_exist
//==== LABEL Check if method getAddressBooks of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA 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>ContactManager_getAddressBooks_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 getAddressBooks() method called with invalid arguments throws an exception
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMA
test(function () {
assert_throws({
tizen.contact.getAddressBooks();
});
}, "ContactManager_getAddressBooks_missarg");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_getAddressBooks</title>
+<title>ContactManager_getAddressBooks_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument successCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
var addressBook, i, conversionTable, incorrectCallback, exceptionName;
}, 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>ContactManager_getAddressBooks</title>
+<title>ContactManager_getAddressBooks_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<div id="log"></div>
<script>
//==== TEST: ContactManager_getAddressBooks_successCallback_invalid_cb
-//==== LABEL Check argument successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_getAddressBooks_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>ContactManager_getAddressBooks</title>
+<title>ContactManager_getAddressBooks_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_getAddressBooks_with_errorCallback
//==== LABEL Check with optional arguments getAddressBooks(valid_successCallback, valid_errorCallback)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
// Check if method getAddressBooks of ContactManager works properly
//==== TEST_CRITERIA MOA
var t = async_test("ContactManager_getAddressBooks_with_errorCallback");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactManager_getAddressBooks_with_errorCallback_null</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 getAddressBooks() method in ContactManager
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA MMINA
var t = async_test("ContactManager_getAddressBooks_with_errorCallback_null");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactManager_getAddressBooks_without_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 various arguments for getAddressBooks() method in ContactManager interface
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getAddressBooks M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#getAddressBooksid2519496
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA
var t = async_test("ContactManager_getAddressBooks_without_errorCallback");
t.step(function () {
});
tizen.contact.getAddressBooks(successCallback);
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getDefaultAddressBook</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getDefaultAddressBook
//==== LABEL Check if method getDefaultAddressBook of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getDefaultAddressBook M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MNA MR
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getDefaultAddressBook_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getDefaultAddressBook_exist
//==== LABEL Check if method getDefaultAddressBook of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getDefaultAddressBook M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
assert_true("getDefaultAddressBook" in tizen.contact, "No getDefaultAddressBook method in tizen.contact.");
check_method_exists(tizen.contact, "getDefaultAddressBook");
}, "ContactManager_getDefaultAddressBook_exist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getDefaultAddressBook_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>ContactManager_getUnifiedAddressBook</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getUnifiedAddressBook
//==== LABEL Check if method getUnifiedAddressBook of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getUnifiedAddressBook M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MNA MR
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getUnifiedAddressBook_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_getUnifiedAddressBook_exist
//==== LABEL Check if method getUnifiedAddressBook of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:getUnifiedAddressBook M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
assert_true("getUnifiedAddressBook" in tizen.contact, "No getUnifiedAddressBook method in tizen.contact.");
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_getUnifiedAddressBook_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>ContactManager_get_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_get_exist
//==== LABEL Check if method get of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:get M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
assert_true("get" in tizen.contact, "No get method in tizen.contact.");
check_method_exists(tizen.contact, "get");
}, "ContactManager_get_exist");
+
</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>
+<title>ContactManager_in_tizen</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>l
</head>
//==== TEST: ContactManager_in_tizen
//==== LABEL this object exists in tizen
//==== SPEC Tizen Web API:Social:Contact:ContactManager:ContactManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBME
test(function () {
assert_true("contact" in tizen, "No contact method in tizen.");
check_readonly(tizen, "contact", tizen.contact, "object", null);
}, "ContactManager_in_tizen");
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_notexist</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if interface ContactManager exists, it should not.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:ContactManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA NIO
test(function () {
check_no_interface_object("ContactManager");
}, "ContactManager_notexist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_remove</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_remove
//==== LABEL Check if method remove of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:remove M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MAST MR
test(function () {
var contact, addressbook, getPerson, returnedValue;
getPerson = tizen.contact.get(contact.personId);
});
}, "ContactManager_remove");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_removeBatch</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_removeBatch
//==== LABEL Check if method removeBatch of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var contact_1, contact_2, addressbook,
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_removeBatch</title>
+<title>ContactManager_removeBatch_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager removeBatch errorCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
var t = async_test("ContactManager_removeBatch_errorCallback_TypeMismatch");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_removeBatch</title>
+<title>ContactManager_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: ContactManager_removeBatch_errorCallback_invalid_cb
-//==== LABEL Check argument ContactManager removeBatch errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument ContactManager removeBatch errorCallback validation - use {onerror: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_removeBatch_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>ContactManager_removeBatch</title>
+<title>ContactManager_removeBatch_errorCallback_invoked</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_removeBatch_errorCallback_invoked
//==== LABEL Check with optional arguments ontactManager.removeBatch(valid_personIds, valid_successCallback)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MERRCB
var t = async_test("ContactManager_removeBatch_errorCallback_invoked");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_removeBatch_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_removeBatch_exist
//==== LABEL Check if method removeBatch of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactManager_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 ContactManager::removeBatch() method called with invalid arguments throws an exceptions
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL TBD
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMA
test(function () {
assert_throws({
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_removeBatch</title>
+<title>ContactManager_removeBatch_personIds_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager removeBatch personIds conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
var i, conversionTable, param, exceptionName;
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_removeBatch</title>
+<title>ContactManager_removeBatch_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager removeBatch successCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
</script>
</body>
-</html>
\ No newline at end of file
+</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_removeBatch</title>
+<title>ContactManager_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: ContactManager_removeBatch_successCallback_invalid_cb
-//==== LABEL Check argument ContactManager removeBatch successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument ContactManager removeBatch successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_removeBatch_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>ContactManager_removeBatch</title>
+<title>ContactManager_removeBatch_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_removeBatch_with_errorCallback
//==== LABEL Check with optional arguments removeBatch(valid_personIds, valid_successCallback)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA
var t = async_test("ContactManager_removeBatch_with_errorCallback");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_removeBatch</title>
+<title>ContactManager_removeBatch_with_successCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_removeBatch_with_successCallback
//==== LABEL Check with optional arguments removeBatch(valid_personIds, valid_successCallback, valid_errorCallback)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA MR MAST
var t = async_test("ContactManager_removeBatch_with_successCallback");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_removeChangeListener</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_removeChangeListener
//==== LABEL Check if method removeChangeListener of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR MAST
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_removeChangeListener_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_removeChangeListener_exist
//==== LABEL Check if method removeChangeListener of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:removeChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_remove_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_remove_exist
//==== LABEL Check if method remove of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:remove M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_update</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_update
//==== LABEL Check if method update of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MAST MR
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_updateBatch</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_updateBatch
//==== LABEL Check if method updateBatch of ContactManager works properly.
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR
setup({timeout: 5000});
var t = async_test("ContactManager_updateBatch", {timeout: 5000});
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_updateBatch</title>
+<title>ContactManager_updateBatch_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument errorCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
var t = async_test("ContactManager_updateBatch_errorCallback_TypeMismatch");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_updateBatch</title>
+<title>ContactManager_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: ContactManager_updateBatch_errorCallback_invalid_cb
-//==== LABEL Check argument ContactManager updateBatch errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument ContactManager updateBatch errorCallback validation - use {onerror: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_updateBatch_errorCallback_invalid_cb");
t.step(function () {
addressbook.remove(contact_2.id);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_updateBatch_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_updateBatch_exist
//==== LABEL Check if method updateBatch of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactManager_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>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_updateBatch</title>
+<title>ContactManager_updateBatch_persons_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument persons conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_updateBatch</title>
+<title>ContactManager_updateBatch_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument ContactManager updateBatch successCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_updateBatch</title>
+<title>ContactManager_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: ContactManager_updateBatch_successCallback_invalid_cb
-//==== LABEL Check argument ContactManager updateBatch successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument ContactManager updateBatch successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MTCB
var t = async_test("ContactManager_updateBatch_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>ContactManager_updateBatch</title>
+<title>ContactManager_updateBatch_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_updateBatch_with_errorCallback
//==== LABEL Check with optional arguments updateBatch(valid_personIds, valid_successCallback)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA MR
var t = async_test("ContactManager_updateBatch_with_errorCallback");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_updateBatch</title>
+<title>ContactManager_updateBatch_with_successCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: ContactManager_updateBatch_with_successCallback
//==== LABEL Check with optional arguments updateBatch(valid_personIds, valid_successCallback, valid_errorCallback)
//==== SPEC Tizen Web API:Social:Contact:ContactManager:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MOA MR MAST
var t = async_test("ContactManager_updateBatch_with_successCallback");
t.step(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>ContactManager_update_exist</title>
<meta charset="utf-8"/>
//==== TEST: ContactManager_update_exist
//==== LABEL Check if method update of ContactManager exists
//==== SPEC Tizen Web API:Social:Contact:ContactManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Contact/UTC_contact</title>
+<title>ContactManager_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>
});
}, "ContactManager_update_missarg");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_update</title>
+<title>ContactManager_update_person_TypeMismatch</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check argument person conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Contact:ContactManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MC
test(function () {
var i, param, exceptionName, conversionTable;
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>PersonArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if interface PersonArraySuccessCallback exists, it should not.
//==== SPEC Tizen Web API:Social:Contact:PersonArraySuccessCallback:PersonArraySuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CBNIO
test(function () {
check_no_interface_object("PersonArraySuccessCallback");
}, "PersonArraySuccessCallback_notexist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ContactManager_find</title>
+<title>PersonArraySuccessCallback_onsuccess</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: PersonArraySuccessCallback_onsuccess
//==== LABEL Check if PersonArraySuccessCallback is called and if its arguments have proper type
//==== SPEC Tizen Web API:Social:Contact:PersonArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CBT CBOA
var t = async_test("PersonArraySuccessCallback_onsuccess");
t.step(function () {
filter = new tizen.AttributeFilter("id", "EXACTLY", contact.personId);
tizen.contact.find(findSuccess, findError, filter);
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_contactCount_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>Person_displayContactId_attribute</title>
<meta charset="utf-8"/>
addressBook.remove(contact.id);
}
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_displayName_attribute</title>
<meta charset="utf-8"/>
addressBook.remove(contact.id);
}
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
//==== TEST: Person_extend
//==== LABEL test whether the Person object is extendable
//==== SPEC Tizen Web API:Social:Contact:Person:Person U
-//==== SPEC_URL http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBX
test(function () {
addressbook.remove(contact_1.id);
}
}, "Person_extend");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_hasEmail_attribute</title>
<meta charset="utf-8"/>
addressBook.remove(contact.id);
}
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_hasPhoneNumber_attribute</title>
<meta charset="utf-8"/>
addressBook.remove(contact.id);
}
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_id_attribute</title>
<meta charset="utf-8"/>
addressBook.remove(contact.id);
}
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_isFavorite_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>Person_link</title>
<meta charset="utf-8"/>
//==== TEST: Person_link
//==== LABEL Check if method link of Person works properly.
//==== SPEC Tizen Web API:Social:Contact:Person:link M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR MAST
test(function () {
var contact_1, contact_2, addressbook, getPerson_1, getPerson_2, returnedValue,
addressbook.remove(contact_1.id);
addressbook.remove(contact_2.id);
}, "Person_link");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_link_exist</title>
<meta charset="utf-8"/>
//==== TEST: Person_link_exist
//==== LABEL Check if method link of Person exists
//==== SPEC Tizen Web API:Social:Contact:Person:link M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
var contact, addressbook, getPerson;
check_method_exists(getPerson, "link");
addressbook.remove(contact.id);
}, "Person_link_exist");
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_notexist</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if interface Person exists, it should not.
//==== SPEC Tizen Web API:Social:Contact:Person:Person U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA NIO
test(function () {
check_no_interface_object("Person");
}, "Person_notexist");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_photoURI_attribute</title>
<meta charset="utf-8"/>
addressBook.remove(contact.id);
}
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_ringtoneURI_attribute</title>
<meta charset="utf-8"/>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_unlink</title>
<meta charset="utf-8"/>
//==== TEST: Person_unlink
//==== LABEL Check if method unlink of Person works properly.
//==== SPEC Tizen Web API:Social:Contact:Person:unlink M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA MMINA MR MAST
test(function () {
var contact_1, contact_2, addressbook, getPerson_1, getPerson_2,
addressbook.remove(contact_1.id);
addressbook.remove(contact_2.id);
}, "Person_unlink");
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Person_unlink_exist</title>
<meta charset="utf-8"/>
//==== TEST: Person_unlink_exist
//==== LABEL Check if method unlink of Person exists
//==== SPEC Tizen Web API:Social:Contact:Person:unlink M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA ME
test(function () {
var contact, addressbook, getPerson;
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>PersonsChangeCallback_notexist</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if interface PersonsChangeCallback exists, it should not.
//==== SPEC Tizen Web API:Social:Contact:PersonsChangeCallback:PersonsChangeCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA CBNIO
test(function () {
check_no_interface_object("PersonsChangeCallback");
}, "PersonsChangeCallback_notexist");
+
</script>
</body>
</html>
defaultAddressBook.add(contact);
});
+
</script>
</body>
</html>
-
defaultAddressBook = tizen.contact.getDefaultAddressBook();
defaultAddressBook.add(contact);
});
+
</script>
</body>
</html>
defaultAddressBook.add(contact);
});
+
</script>
</body>
</html>
<specs>
<spec>
<spec_assertion interface="ContactManager" element_type="method" element_name="getAddressBooks" 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#getAddressBooksid2519496</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="ContactManager" element_type="method" element_name="getAddressBooks" 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#getAddressBooksid2519496</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="ContactManager" element_type="method" element_name="getAddressBooks" 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#getAddressBooksid2519496</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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" element_type="method" element_name="getAddressBook" 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="ContactManager" element_type="method" element_name="getAddressBooks" 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="ContactManager" element_type="method" element_name="getDefaultAddressBook" 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="ContactManager" element_type="method" element_name="getUnifiedAddressBook" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="Person" element_type="method" element_name="link" 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="Person" element_type="method" element_name="unlink" 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="ContactManagerObject" 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="ContactManager" 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="PersonArraySuccessCallback" 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="Person" 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="PersonsChangeCallback" 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="ContactManager" 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="ContactManager" 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="ContactManager" element_type="method" element_name="getAddressBook" 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="ContactManager" element_type="method" element_name="getAddressBooks" 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="ContactManager" element_type="method" element_name="getDefaultAddressBook" 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="ContactManager" element_type="method" element_name="getUnifiedAddressBook" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="Person" element_type="method" element_name="link" 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="Person" element_type="method" element_name="unlink" 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="ContactManager" 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="ContactManager" 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="Person" 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="ContactManager" element_type="method" element_name="getAddressBooks" 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="ContactManager" element_type="method" element_name="getAddressBooks" 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="ContactManager" element_type="method" element_name="getAddressBooks" 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 errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_getAddressBooks_errorCallback_invalid_cb">
+ <testcase purpose="Check argument errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_getAddressBooks_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" element_type="method" element_name="getAddressBooks" 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 successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_getAddressBooks_successCallback_invalid_cb">
+ <testcase purpose="Check argument successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_getAddressBooks_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" element_type="method" element_name="getAddressBooks" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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 ContactManager updateBatch errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_updateBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager updateBatch errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_updateBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" 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 ContactManager updateBatch successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_updateBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager updateBatch successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_updateBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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 ContactManager removeBatch errorCallback validation - use {onerror: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_removeBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager removeBatch errorCallback validation - use {onerror: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_removeBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" 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 ContactManager removeBatch successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_removeBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager removeBatch successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_removeBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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 ContactManager find successCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_find_successCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager find successCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_find_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" 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 ContactManager find errorCallback validation - use {onsuccess: function(){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_find_errorCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager find errorCallback validation - use {onsuccess: function (){}}" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P2" id="ContactManager_find_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="ContactManager" 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="ContactManager" 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="ContactManager" 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="ContactManager" 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="PersonArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="ContactManager" 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="ContactManager" 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>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBooks_errorCallback_invalid_cb">
+ <testcase purpose="Check argument errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBooks_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBooks_successCallback_invalid_cb">
+ <testcase purpose="Check argument successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBooks_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument ContactManager updateBatch errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_updateBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager updateBatch errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_updateBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument ContactManager updateBatch successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_updateBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager updateBatch successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_updateBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument ContactManager removeBatch errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeBatch_errorCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager removeBatch errorCallback validation - use {onerror: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeBatch_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument ContactManager removeBatch successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeBatch_successCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager removeBatch successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeBatch_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument ContactManager find successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_find_successCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager find successCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_find_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument ContactManager find errorCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_find_errorCallback_invalid_cb">
+ <testcase purpose="Check argument ContactManager find errorCallback validation - use {onsuccess: function (){}}" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_find_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html</test_script_entry>
</description>