-->
-<html lang="en">
+<html>
<head>
<title>ConversationArraySuccessCallback_onsuccess_checking</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
//==== TEST: ConversationArraySuccessCallback_onsuccess_checking
//==== LABEL check the function of findConversations with sms filter
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversationArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBOA
var t = async_test("ConversationArraySuccessCallback_onsuccess_checking", {timeout: 90000}),
serviceError, serviceSuccess, addSuccess, findAllConversationsError, findAllConversationsSuccess, service;
-t.step(function() {
+t.step(function () {
findAllConversationsSuccess = t.step_func(function (conversations) {
assert_type(conversations, "array", "Incorrect type.");
t.done();
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
-->
-<html lang="en">
+<html>
<head>
<title>FolderArraySuccessCallback_onsuccess_checking</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<html>
<head>
-<title>check if messages are able to be found successfully</title>
+<title>MessageArraySuccessCallback_onsuccess_checking</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_sms_extend</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if instance of interface MessageBody (SMS) can be extended with new property
//==== SPEC Tizen Web API:Communication:Messaging:MessageBody:MessageBody U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_sms_loaded_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_sms_loaded_attribute
//==== LABEL Check if attribute loaded of MessageBody (SMS) exists, has type Boolean and is readonly
//==== SPEC Tizen Web API:Communication:Messaging:MessageBody:loaded A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA AE AT ARO ADV
test(function () {
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_sms_messageId_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_sms_messageId_attribute
//==== LABEL Check if attribute messageId of MessageBody (SMS) exists, has type MessageId and is readonly
//==== SPEC Tizen Web API:Communication:Messaging:MessageBody:messageId A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA AE AT ARO
setup({timeout: 90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_sms_plainBody_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_sms_plainBody_attribute
//==== LABEL Check if attribute plainBody of MessageBody (SMS) exists, has type DOMString
//==== SPEC Tizen Web API:Communication:Messaging:MessageBody:plainBody A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA AE AT AN ASG
test(function () {
<html>
<head>
-<title>check the function of onSuccess in MessageConversationArraySuccessCB</title>
+<title>MessageConversationArraySuccessCallback_onsuccess_exist</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess);
});
+
</script>
</body>
</html>
//==== PRIORITY P2
//==== LABEL Send a message(sms) and find the relation conversation and then remove it
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA MR
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
<html>
<head>
-<title>Check the conversationadd method when adding a conversation with argument filter</title>
+<title>MessageConversationsChangeCallback_conversationsadded_withfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceListCB, serviceError);
});
+
</script>
</body>
</html>
-->
<html>
- <head>
- <title>Check the conversationadd method when adding a conversation without argument filter</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageConversationsChangeCallback_conversationsadded_withoutfilter</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageConversationsChangeCallback_conversationsadded_withoutfilter
//==== LABEL check the function of conversationsadded in MessageConversationsChangeCallback by withoutfilter
//==== PRIORITY P2
tizen.messaging.getMessageServices("messaging.sms", serviceListCB, serviceError);
});
+
</script>
</body>
</html>
<html>
<head>
-<title>Check the conversationupdated method when some message updated with argument filter</title>
+<title>MessageConversationsChangeCallback_conversationsupdated_withfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
var t = async_test("MessageConversationsChangeCallback_conversationsupdated_withfilter", {timeout: 90000}),
service, messageStorage, conversationChangeCB, filter, addSuccess, add2Success, serviceListCB, watchId;
-t.step(function() { //cleanup after TC
+t.step(function () { //cleanup after TC
add_result_callback(function () {
try {
messageStorage.removeChangeListener(watchId);
});
conversationChangeCB = {
- conversationsupdated: t.step_func(function(conversations) {
+ conversationsupdated: t.step_func(function (conversations) {
assert_true(conversations.length > 0, "conversations updated!");
t.done();
}),
- conversationsadded: t.step_func(function(conversations) {
+ conversationsadded: t.step_func(function (conversations) {
assert_unreached("should not in conversationsadded: " + conversations.length);
}),
- conversationsremoved: t.step_func(function(conversations) {
+ conversationsremoved: t.step_func(function (conversations) {
assert_unreached("should not in conversationsremoved: " + conversations.length);
})
};
- add2Success = t.step_func(function() {
+ add2Success = t.step_func(function () {
});
- addSuccess = t.step_func(function() {
+ addSuccess = t.step_func(function () {
filter = new tizen.AttributeFilter("type", "EXACTLY", "messaging.sms");
watchId = messageStorage.addConversationsChangeListener(conversationChangeCB, filter);
//add next draft message to conversation and trigger conversationsupdated
addSMSDraft(t, service, smsMessageInitDict, add2Success);
});
- serviceListCB = t.step_func(function(services) {
+ serviceListCB = t.step_func(function (services) {
assert_true(services.length > 0, "Received empty services array");
service = services[0];
messageStorage = service.messageStorage;
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
+
</script>
</body>
</html>
<html>
<head>
-<title>Check the conversationupdated method when no message updated</title>
+<title>MessageConversationsChangeCallback_conversationsupdated_withoutfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
var t = async_test("MessageConversationsChangeCallback_conversationsupdated_withoutfilter", {timeout: 90000}),
service, messageStorage, conversationChangeCB, addSuccess, add2Success, serviceListCB, watchId;
-t.step(function() {
+t.step(function () {
//cleanup after TC
add_result_callback(function () {
try {
});
conversationChangeCB = {
- conversationsupdated: t.step_func(function(conversations) {
+ conversationsupdated: t.step_func(function (conversations) {
assert_true(conversations.length > 0, "conversations updated!");
t.done();
}),
- conversationsadded: t.step_func(function(conversations) {
+ conversationsadded: t.step_func(function (conversations) {
assert_unreached("should not in conversationsadded: " + conversations.length);
}),
- conversationsremoved: t.step_func(function(conversations) {
+ conversationsremoved: t.step_func(function (conversations) {
assert_unreached("should not in conversationsremoved: " + conversations.length);
})
};
- add2Success = t.step_func(function() {
+ add2Success = t.step_func(function () {
});
- addSuccess = t.step_func(function() {
+ addSuccess = t.step_func(function () {
watchId = messageStorage.addConversationsChangeListener(conversationChangeCB);
//add next draft message to conversation and trigger conversationsupdated
addSMSDraft(t, service, smsMessageInitDict, add2Success);
});
- serviceListCB = t.step_func(function(services) {
+ serviceListCB = t.step_func(function (services) {
assert_true(services.length > 0, "Received empty services array");
service = services[0];
messageStorage = service.messageStorage;
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversationsChangeCallback_sms_conversationsremoved</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversationsChangeCallback_sms_conversationsremoved
//==== LABEL Check if callback is called and if its arguments have proper type - MessageConversationsChangeCallback, conversationsremoved, sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversationsChangeCallback:conversationsremoved M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBOA
setup({ timeout: 90000 });
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversationsChangeCallback_sms_conversationsupdated</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversationsChangeCallback_sms_conversationsupdated
//==== LABEL Check if callback is called and if its arguments have proper type - MessageConversationsChangeCallback, conversationsupdated, sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversationsChangeCallback:conversationsupdated M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBOA
setup({ timeout: 90000 });
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageInit_MessageInit_valid_argument_sms</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== LABEL checks various message attributes upon message (sms) creation
//==== PRIORITY P1
//==== SPEC Tizen Web API:Communication:Messaging:Message:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#::Messaging::MessageInit
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
var smsMsg;
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageServiceArraySuccessCallback_sms_onsuccess</title>
<meta charset="utf-8"/>
//==== LABEL Check if MessageServiceArraySuccessCallback is called and if its arguments have proper type for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageServiceArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA CBT CBOA
setup({timeout: 90000});
var t = async_test("MessageServiceArraySuccessCallback_sms_onsuccess", {timeout:90000});
<html>
<head>
-<title>check addDraftMessage(), email:with invalid value</title>
+<title>MessageService_id_exist</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
-</html>
\ No newline at end of file
+</html>
<html>
<head>
-<title>Load message body for SMS message</title>
+<title>MessageService_loadBodySMS</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
-
-->
<html>
- <head>
- <title>check if the attribute name in MessageService</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageService_name_exist</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageService_name_exist
//==== LABEL check if the attribute name in MessageService
//==== PRIORITY P2
setup({timeout: 90000});
var t = async_test("MessageService_name_exist", {timeout: 90000}), serviceErrorCB, serviceListCB;
-t.step(function() {
+t.step(function () {
- serviceErrorCB = t.step_func(function(error) {
+ serviceErrorCB = t.step_func(function (error) {
assert_unreached("Unexpected serviceErrorCB: " + error.name + ":" + error.message);
});
- serviceListCB = t.step_func(function(services) {
+ serviceListCB = t.step_func(function (services) {
assert_true(services.length > 0, "No messaging.sms service.");
assert_true("name" in services[0], "Messaging.MessageService.name property exists");
t.done();
tizen.messaging.getMessageServices("messaging.sms", serviceListCB, serviceErrorCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>check if the method sendMessage exist in MessageService</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageService_sendMessage_exist</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageService_sendMessage_exist
//==== LABEL check if the attribute sendMessage exist in MessageService
//==== PRIORITY P2
setup({timeout: 90000});
var t = async_test("MessageService_sendMessage_exist", {timeout: 90000}), serviceErrorCB, serviceListCB;
-t.step(function() {
- serviceErrorCB = t.step_func(function(error) {
+t.step(function () {
+ serviceErrorCB = t.step_func(function (error) {
assert_unreached("Cannot get messaging service: " + error.message);
});
- serviceListCB = t.step_func(function(services) {
+ serviceListCB = t.step_func(function (services) {
assert_true(services.length > 0, "No services.");
assert_true("sendMessage" in services[0], "sendMessage does not exist.");
t.done();
tizen.messaging.getMessageServices("messaging.sms", serviceListCB, serviceErrorCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageService_sendMessage_invalid_argument</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#sendMessageid2463900
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
</script>
</body>
-
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageService_sendMessage_valid_argument</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== LABEL check whether sendMessage method properly sends the specified message
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#sendMessageid2463900
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({timeout : 90000});
</script>
</body>
-
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_extend</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check if instance of interface MessageService (SMS) can be extended with new property
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:MessageService U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA OBX
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_loadMessageBody_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check if method loadMessageBody of MessageService (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageBody M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_loadMessageBody_message_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageBody M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_loadMessageBody_message_invalid_obj</title>
<script src="../resources/unitcommon.js"></script>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageBody M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTO
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_loadMessageBody_missarg_message</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check if method loadMessageBody without message attribute throws exception (SMS)
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageBody M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageService_messageStorage_attribute</title>
+<title>MessageService_sms_messageStorage_attribute</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
<html>
<head>
-<title>Send an SMS to self, check received message</title>
+<title>MessageService_sms_sendMessage</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
//==== TEST: MessageService_sms_sendMessage
//==== LABEL Proper invocation with arguments - check if sendMessage (SMS) does what it should.
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({ timeout: 90000 });
</script>
</body>
</html>
-
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument errorCallback (SMS) conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({ timeout: 90000 });
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_errorCallback_invalid_cb</title>
<script src="../resources/unitcommon.js"></script>
<div id="log"></div>
<script>
//==== TEST: MessageService_sms_sendMessage_errorCallback_invalid_cb
-//==== LABEL Check argument MessageService.sendMessage (SMS) errorCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument MessageService.sendMessage (SMS) errorCallback validation - use {onsuccess: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({ timeout: 90000 });
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check if method sendMessage of MessageService (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_message_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check message (SMS) argument conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({ timeout: 90000 });
</script>
</body>
</html>
-
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_message_invalid_obj</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check MessageService.sendMessage (SMS) argument message validation - use simple object
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTO
setup({ timeout: 90000 });
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageService_sms_sendMessage_missarg
//==== LABEL Check MessageService.sendMessage (SMS) with missing non-optional argument
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MMA
setup({ timeout: 90000 });
</script>
</body>
</html>
-
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_successCallback_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check argument successCallback (SMS) conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({ timeout: 90000 });
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sms_sendMessage_successCallback_invalid_cb</title>
<script src="../resources/unitcommon.js"></script>
<div id="log"></div>
<script>
//==== TEST: MessageService_sms_sendMessage_successCallback_invalid_cb
-//==== LABEL Check argument MessageService.sendMessage (SMS) successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument MessageService.sendMessage (SMS) successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({ timeout: 90000 });
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageService_messaging_email_sendMessage_without_errorCallback</title>
+<title>MessageService_sms_sendMessage_without_errorCallback</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/messaging_common.js"></script>
</head>
//==== TEST: MessageService_sms_sendMessage_without_errorCallback
//==== LABEL Check without optional argument sendMessage(valid_message, valid_successCallback) (sms)
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sendMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA
setup({ timeout: 90000 });
tizen.messaging.getMessageServices("messaging.sms", serviceListSuccess, serviceListError);
});
+
</script>
</body>
</html>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageService_type_attribute</title>
+<title>MessageService_sms_type_attribute</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
-->
<html>
- <head>
- <title>check if the attribute type in MessageService</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageService_type_exist</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageService_type_exist
//==== LABEL check if attribute type in MessageService
//==== ONLOAD_DELAY 90
var t = async_test("MessageService_type_exist", {timeout: 90000});
// Define service error callback.
function serviceErrorCB(error) {
- t.step(function() {
+ t.step(function () {
assert_true(false, "Cannot get messaging service: " + error.message);
});
t.done();
if (services.length > 0) {
// SMS sending example
try {
- t.step(function() {
+ t.step(function () {
assert_true("type" in services[0], "type in MessageService");
});
t.done();
} catch (e) {
- t.step(function() {
+ t.step(function () {
assert_true(false, "Exception message: " + e.message);
});
t.done();
try {
tizen.messaging.getMessageServices("messaging.sms", serviceListCB, serviceErrorCB);
} catch (e) {
- t.step(function() {
+ t.step(function () {
assert_true(false, "Exception message: " + e.message);
});
t.done();
}
- </script>
- </body>
+
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>
- Add conversationg listener and add a message,
- remove the conversation related with the adding message,
- then remove the conversation listener.
- </title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_addCCLAddMRemoveCRemoveCCL</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_addCCLAddMRemoveCRemoveCCL
//==== LABEL Add conversationg listener and add a message, and then remove the conversation related with the adding message, at last remove the conversation listener
//==== PRIORITY P3
t.step(function () {
conversationChangeCB = {
- conversationsupdated : function(conversations) {
+ conversationsupdated : function (conversations) {
},
- conversationsadded : function(conversations) {
+ conversationsadded : function (conversations) {
},
- conversationsremoved : function(conversations) {
+ conversationsremoved : function (conversations) {
}
};
serviceErrorCB);
});
- </script>
- </body>
+</script>
+</body>
</html>
<html>
<head>
-<title>Check the addConversationsChangeListener method without filter)</title>
+<title>MessageStorage_addConversationsChangeListener_withoutfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC: Tizen Web API:Communication:Messaging:MessageStorage:addConversationsChangeListener M
-//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MAST MMINA
setup({timeout: 90000});
var t = async_test("MessageStorage_addConversationsChangeListener_withoutfilter", {timeout: 90000}), service, msg, conversationChangeCB, serviceListCB;
-t.step(function() {
+t.step(function () {
conversationChangeCB = {
- conversationsadded: t.step_func(function(conversations) {
+ conversationsadded: t.step_func(function (conversations) {
assert_true(conversations.length > 0, "add conversations");
t.done();
}),
- conversationsupdated: t.step_func(function(conversations) {
+ conversationsupdated: t.step_func(function (conversations) {
assert_true(conversations.length > 0, "update conversations");
t.done();
}),
- conversationsremoved: t.step_func(function(conversations) {
+ conversationsremoved: t.step_func(function (conversations) {
assert_unreached("conversations removed: " + conversations.length);
})
};
- serviceListCB = t.step_func(function(services) {
+ serviceListCB = t.step_func(function (services) {
service = services[0];
watchId = service.messageStorage.addConversationsChangeListener(conversationChangeCB);
msg = new tizen.Message("messaging.sms", {
});
//cleanup after TC
-add_result_callback(function() {
+add_result_callback(function () {
try {
messageStorage.removeChangeListener(watchId);
} catch (err) {
-->
<html>
- <head>
- <title>Add message listener and add message.</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_addMCLaddM</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_addMCLaddM
//==== LABEL: Check if addMessagesChangeListener for sms works properly
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC: Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMINA MAST
setup({timeout: 90000});
});
//cleanup after TC
-add_result_callback(function() {
+add_result_callback(function () {
try {
messageStorage.removeChangeListener(listenerId);
} catch (err) {
}
});
- </script>
- </body>
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>Check the addMessagesChangeListener method with parmeter filter</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_addMessagesChangeListener_withfilter</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_addMessagesChangeListener_withfilter
//==== LABEL: Check the addMessagesChangeListener method with parmeter filter
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MAST MOA
setup({timeout: 90000});
});
//cleanup after TC
-add_result_callback(function() {
+add_result_callback(function () {
try {
messageStorage.removeChangeListener(listenerId);
} catch (err) {
}
});
- </script>
- </body>
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>Check the addMessagesChangeListener method without filter</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_addMessagesChangeListener_withoutfilter</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_addMessagesChangeListener_withoutfilter
//==== LABEL: Check the addMessagesChangeListener method without parmeter filter
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MMINA MAST
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument conversationsChangeCallback conversions exception - email
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addConversationsChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
<html>
<head>
-<title>check findMessage(), email: valid value to bcc property</title>
+<title>MessageStorage_findMessages</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
//==== PRIORITY P1
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", getMessagingServicesCallback, onError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_findMessages_errorCallback_TypeMismatch_1</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_findMessages_errorCallback_null</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== LABEL check whether 'findMessages' method properly retrieves messages matching the supplied SMS type filter from MessageStorage with null errorCallback
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MMINA
setup({timeout: 90000});
-->
<html>
- <head>
- <title>check if the method findMessages in messageStorage</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_findMessages_exist</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_findMessages_exist
//==== LABEL check if method findMessages in MessageStorage
//==== ONLOAD_DELAY 90
var t = async_test("MessageStorage_findMessages_exist", {timeout: 90000});
function serviceListCB(services){
try {
- t.step(function() {
+ t.step(function () {
assert_true("findMessages" in services[0].messageStorage, "Messaging.MessageStorage.findMessages method exists");
});
t.done();
} catch(e) {
- t.step(function(){
+ t.step(function (){
assert_true(false, "there is invalid value");
});
t.done();
try {
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
} catch(e) {
- t.step(function(){
+ t.step(function (){
assert_true(false, "Exception message: " + e.message);
});
t.done();
}
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findMessages_filter_sms_valid</title>
//==== LABEL check whether 'findMessages' method properly retrieves messages matching the supplied SMS type filter from MessageStorage
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA MR
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findMessages_limit_valid</title>
//==== LABEL check whether 'findMessages' method properly retrieves messages matching the supplied filter limited to specified number
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ITC_messaging</title>
+<title>MessageStorage_findMessages_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesidp423584
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ITC_messaging</title>
+<title>MessageStorage_findMessages_noarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesidp423584
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", onSuccess);
});
-
-
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findMessages_offset_valid</title>
//==== LABEL check whether 'findMessages' method properly retrieves messages matching the supplied SMS type filter and offset param
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findMessages_sort_valid</title>
//==== LABEL check whether 'findMessages' method properly retrieves messages matching the supplied filter in specified order
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_mms_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument conversationsChangeCallback conversions exception - mms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addConversationsChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
-->
<html>
- <head>
- <title>check if the method removeChangeListener in messageStorage</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_removeChangeListener_exist</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_removeChangeListener_exist
//==== LABEL check if method removeChangeListener in MessageStorage
//==== ONLOAD_DELAY 90
t.step(function () {
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>Check removeChangeListener method with removing conversations listener</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_removeChangeListener_forconversations</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_removeChangeListener_forconversations
//==== LABEL check the function of removeChangeListener in MessageStorage by forconversations
//==== PRIORITY P2
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>Check removeChangeListener method with removing folders listener</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_removeChangeListener_forfolder</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_removeChangeListener_forfolder
//==== LABEL check the function of removeChangeListener in MessageStorage by forfolder
//==== PRIORITY P2
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>Check removeChangeListener method with removing messages listener</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_removeChangeListener_formessages</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_removeChangeListener_formessages
//==== LABEL check the function of removeChangeListener in MessageStorage by formessages
//==== PRIORITY P2
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
-->
<html>
- <head>
- <title>check the function of removeChangeListener in MessageStore</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_removeChangeListener_valid_argument</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_removeChangeListener_valid_argument
//==== LABEL check the function removeChangeListener in MessageStorage
//==== ONLOAD_DELAY 90
t.step(function () {
var folderChangeCB = {
- foldersadded: function(folders) {
+ foldersadded: function (folders) {
},
- foldersupdated: function(folders) {
+ foldersupdated: function (folders) {
},
- foldersremoved: function(folders) {
+ foldersremoved: function (folders) {
}
};
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ITC_messaging</title>
+<title>MessageStorage_removeChangeListener_with_watchId</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeChangeListeneridp528936
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMINA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_removeConversations_arg_null</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
</script>
</body>
-
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_removeConversations_arg_undefined</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
</script>
</body>
-
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_removeConversations_conversations_number</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
<html>
<head>
-<title>Check removeConversations method with removing sms conversations</title>
+<title>MessageStorage_removeConversations_forsms</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ITC_messaging</title>
+<title>MessageStorage_removeConversations_invalid_arg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#addFoldersChangeListeneridp519184
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ITC_messaging</title>
+<title>MessageStorage_removeConversations_missarg_TypeMismatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#addFoldersChangeListeneridp519184
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
-->
<html>
- <head>
- <title>check the function of removeConversations in MessageStore</title>
- <script type="text/javascript" src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/messaging_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>MessageStorage_removeConversations_sms</title>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/messaging_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: MessageStorage_removeConversations_sms
//==== PRIORITY P2
//==== LABEL Check if removeConversations works properly
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_removeConversations_successCallback_number</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument conversationsChangeCallback conversions exception - sms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addConversationsChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addConversationsChangeListener_conversationsChangeCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument conversationsChangeCallback validation - addConversationsChangeListener, sms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addConversationsChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTL
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addConversationsChangeListener_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method addConversationsChangeListener of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addConversationsChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_addDraftMessage
//==== LABEL Check if method addDraftMessage of MessageStorage (SMS) works properly.
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA MAST
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (sms) throws exception when errorCallback is incorrect
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (sms) throws exception when errorCallback is invalid
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method addDraftMessage of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_message_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument message conversions exception in addDraftMessage method (sms)
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_message_invalid_obj</title>
<meta charset="utf-8"/>
//==== LABEL Check argument message validation in addDraftMessage method (sms) - invalid object
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTO
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_addDraftMessage_missarg
//==== LABEL Check MessageStorage.addDraftMessage (sms) with missing non-optional argument
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
-
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (sms) throws exception when successCallback is incorrect
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (sms) throws exception when successCallback is invalid
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
-
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_without_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_addDraftMessage_without_errorCallback
//==== LABEL Check if method addDraftMessage of MessageStorage (sms) works properly without errorCallback
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA MAST
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addDraftMessage_without_successCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_addDraftMessage_without_successCallback
//==== LABEL Check if method addDraftMessage of MessageStorage (sms) works properly without successCallback
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addDraftMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MMINA
setup({timeout: 90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addFoldersChangeListener_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method addFoldersChangeListener of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addFoldersChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addMessagesChangeListener_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method addMessagesChangeListener of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addMessagesChangeListener_filter_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument filter conversions exception - addMessagesChangeListener, filter, sms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addMessagesChangeListener_messagesChangeCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument messagesChangeCallback conversions exception - addMessagesChangeListener, sms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addMessagesChangeListener_messagesChangeCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument messagesChangeCallback validation - invalid, sms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTL
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addMessagesChangeListener_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_addMessagesChangeListener_missarg
//==== LABEL Check with missing non-optional argument - addMessagesChangeListener, sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addMessagesChangeListener_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_addMessagesChangeListener_with_filter
//==== LABEL Check with optional arguments addMessagesChangeListener (sms)
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA MAST
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_addMessagesChangeListener_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_addMessagesChangeListener_without_filter
//==== LABEL Check if method addMessagesChangeListener of MessageStorage (sms) works properly without filter.
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addMessagesChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MMINA MAST
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_extend</title>
<meta charset="utf-8"/>
//==== LABEL Check if instance of interface MessageStorage (SMS) can be extended with new property
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:MessageStorage U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA OBX
setup({timeout: 90000});
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations</title>
//==== LABEL Check if method MessageStorage::findConversations() can be successfully called for sms message
//==== PRIORITY P1
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA MR
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_errorCallback_TypeMismatch</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_errorCallback_invalid_cb</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
});
invalidCallback = {
- onerror: this_test.step_func(function() {
+ onerror: this_test.step_func(function () {
assert_unreached("Unexpected onerror");
})
};
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method findConversations of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_filter_TypeMismatch</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_filter_id</title>
//==== LABEL Check if method MessageStorage::findConversations() can be successfully called for sms message (with conversationId)
//==== PRIORITY P1
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA
setup({timeout: 90000});
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_filter_invalid_obj</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTO
setup({timeout: 90000});
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_filter_to</title>
//==== LABEL Check if method MessageStorage::findConversations() can be successfully called for sms message (filter by to)
//==== PRIORITY P1
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA
setup({timeout: 90000});
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_filter_type</title>
//==== LABEL Check if method MessageStorage::findConversations() can be successfully called for sms message (filter by type)
//==== PRIORITY P1
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA
setup({timeout: 90000});
sendError = t.step_func(function (error) {
setTimeout(
- function(){
+ function (){
service.sendMessage(newMessage, sendSuccess, resendError);
}, 10000);
});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>ITC_messaging</title>
+<title>MessageStorage_sms_findConversations_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsidp462224
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_sort_TypeMismatch</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_sort_invalid_obj</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTO
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_successCallback_TypeMismatch</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_successCallback_invalid_cb</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
});
invalidCallback = {
- onsuccess: this_test.step_func(function() {
+ onsuccess: this_test.step_func(function () {
assert_unreached("Unexpected onsuccess");
})
};
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_sms_findConversations_with_limit</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== LABEL check whether 'findConversations' method properly retrieves conversations limited to specified number
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findConversations_with_offset</title>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout:90000});
var t = async_test("MessageStorage_sms_findConversations_with_offset", {timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Messaging/UTC_messaging</title>
+<title>MessageStorage_sms_findConversations_with_sort_to</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findConversations M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
});
</script>
-
</body>
-
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findFolders_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method findFolders of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages</title>
<meta charset="utf-8"/>
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback) id for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMINA
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_errorCallback_TypeMismatch", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_errorCallback_invalid_cb", {timeout:90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method findMessages of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_filter_TypeMismatch</title>
<meta charset="utf-8"/>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_filter_TypeMismatch", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_folderId_with_errorCallback</title>
<meta charset="utf-8"/>
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) folderId for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_folderId_with_errorCallback", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_from_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_findMessages_from_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) from for sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA MR
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_id_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_findMessages_id_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) id for sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
//==== ONLOAD_DELAY 90
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_isRead_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_findMessages_isRead_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) isRead for sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_missarg</title>
<meta charset="utf-8"/>
//==== LABEL Check findMessages with missing non-optional argument for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_missarg", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_plainBody_and_id_with_errorCallback</title>
<meta charset="utf-8"/>
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) plainBody and id for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_plainBody_and_id_with_errorCallback", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_plainBody_with_errorCallback</title>
<meta charset="utf-8"/>
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) plainBody for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_plainBody_with_errorCallback", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_sort_TypeMismatch</title>
<meta charset="utf-8"/>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_sort_TypeMismatch", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_sort_invalid_obj</title>
<meta charset="utf-8"/>
//==== LABEL Check findMessages argument sort validation - use simple objec
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTO
//==== ONLOAD_DELAY 90
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_successCallback_TypeMismatch", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_successCallback_invalid_cb", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_timestamp_with_errorCallback</title>
<meta charset="utf-8"/>
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) timestamp for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_timestamp_with_errorCallback", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_to_with_errorCallback</title>
<meta charset="utf-8"/>
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) to for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
setup({timeout: 90000});
var t = async_test("MessageStorage_sms_findMessages_to_with_errorCallback", {timeout:90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_type_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_findMessages_type_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) type for sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
//==== ONLOAD_DELAY 90
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_with_limit</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_findMessages_with_limit
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback, valid_sort, valid_limit) for sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
//==== ONLOAD_DELAY 90
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_with_offset</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_findMessages_with_offset
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback, valid_sort, valid_limit, valid_offse) for sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA
//==== ONLOAD_DELAY 90
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_findMessages_with_sort</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_findMessages_with_sort
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback, valid_sort) for sms
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA
setup({timeout: 90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_removeChangeListener_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method removeChangeListener of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_removeConversations_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method removeConversations of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeConversations M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_removeMessages_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method removeMessages of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:removeMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_updateMessages
//==== LABEL Check if method updateMessages of MessageStorage (SMS) works properly.
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA MAST
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument errorCallback conversions exception - updateMessages (sms)
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument errorCallback validation - updateMessages (sms)
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
-
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_exist</title>
<meta charset="utf-8"/>
//==== LABEL Check if method updateMessages of MessageStorage (SMS) exists
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA ME
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_messages_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument messages conversions exception - updateMessages (sms)
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_updateMessages_missarg
//==== LABEL Check with missing non-optional argument - updateMessages (sms)
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MMA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument successCallback conversions exception - updateMessages (sms)
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument successCallback validation - updateMessages (sms)
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_without_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_updateMessages_without_errorCallback
//==== LABEL Check if method updateMessages of MessageStorage (SMS) works properly - without errorCallback.
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MOA MAST
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_sms_updateMessages_without_successCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_sms_updateMessages_without_successCallback
//==== LABEL Check if method updateMessages of MessageStorage (SMS) works properly - without successCallback.
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:updateMessages M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MR MMINA
setup({timeout: 90000});
});
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
-</html>
\ No newline at end of file
+</html>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_body_attribute</title>
+<title>Message_sms_body_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_sms_constructor</title>
<meta charset="utf-8"/>
//==== TEST: Message_sms_constructor
//==== LABEL check new tizen.Message(MessageServiceTag type, MessageInit messageInitDict?) works for sms (is supported)
//==== SPEC Tizen Web API:Communication:Messaging:Message:constructor C
-//==== SPEC_URL TBD
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA CONSTRA CONSTRM
test(function () {
assert_array_equals(message.to, [TEST_SMS_RECIPIENT], "'to' should be ["+TEST_SMS_RECIPIENT+"] ");
assert_equals(message.type, "messaging.sms", "'type' should be 'messaging.sms'");
}, "Message_sms_constructor");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_sms_constructor_messageInitDict_function</title>
<meta charset="utf-8"/>
//==== TEST: Message_sms_constructor_messageInitDict_function
//==== LABEL check if Message_sms_constructor_messageInitDict_function
//==== SPEC Tizen Web API:Communication:Messaging:Message:constructor C
-//==== SPEC_URL TBD
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA CONSTRM
test(function () {
assert_true(message instanceof tizen.Message, "InstanceOf.");
}, "Message_sms_constructor_messageInitDict_function");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_sms_constructor_messageInitDict_object</title>
<meta charset="utf-8"/>
//==== TEST: Message_sms_constructor_messageInitDict_object
//==== LABEL check if Message_sms_constructor_messageInitDict_object
//==== SPEC Tizen Web API:Communication:Messaging:Message:constructor C
-//==== SPEC_URL TBD
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA CONSTRM
test(function () {
assert_true(message instanceof tizen.Message, "InstanceOf.");
}, "Message_sms_constructor_messageInitDict_object");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> Message_sms_constructor_minargs</title>
+<title>Message_sms_constructor_minargs</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/messaging_common.js"></script>
</head>
//==== TEST: Message_sms_constructor_minargs
//==== LABEL check if Message_sms_constructor_minargs
//==== SPEC Tizen Web API:Communication:Messaging:Message:constructor C
-//==== SPEC_URL TBD
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
var message = new tizen.Message("messaging.sms");
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_conversationId_attribute</title>
+<title>Message_sms_conversationId_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_sms_extend</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if instance of interface Message (SMS) can be extended with new property
//==== SPEC Tizen Web API:Communication:Messaging:Message:Message U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_folderId_attribute</title>
+<title>Message_sms_folderId_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_from_attribute</title>
+<title>Message_sms_from_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_id_attribute</title>
+<title>Message_sms_id_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_sms_inResponseTo_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_isRead_attribute</title>
+<title>Message_sms_isRead_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_messageStatus_attribute</title>
+<title>Message_sms_messageStatus_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_timestamp_attribute</title>
+<title>Message_sms_timestamp_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_to_attribute</title>
+<title>Message_sms_to_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
Authors:
- Piotr Szydełko <p.szydelko@samsung.com
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydełko <p.szydelko@samsung.com
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_type_attribute</title>
+<title>Message_sms_type_attribute</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
<html>
<head>
-<title>Check messageadded method with argument filter</title>
+<title>MessagesChangeCallback_messagesadded_withfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
-->
<html>
- <head>
-<title>Check messageadded method without argument filter</title>
+<head>
+<title>MessagesChangeCallback_messagesadded_withoutfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
<html>
<head>
-<title>Check messageremoved method with argument filter</title>
+<title>MessagesChangeCallback_messagesupdated_withfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
<html>
<head>
-<title>Check messageupdated method without argument filter</title>
+<title>MessagesChangeCallback_messagesupdated_withoutfilter</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
tizen.messaging.getMessageServices("messaging.sms", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_sms_messagesadded_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_sms_messagesadded_with_filter
//==== LABEL Check if MessagesChangeCallback.messagesadded works properly - sms, filter
//==== SPEC Tizen Web API:Communication:Messaging:MessagesChangeCallback:messagesadded M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBT CBOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_sms_messagesadded_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_sms_messagesadded_without_filter
//==== LABEL Check if MessagesChangeCallback.messagesadded works properly - sms, no filter
//==== SPEC Tizen Web API:Communication:Messaging:MessagesChangeCallback:messagesadded M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBT CBOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_sms_messagesremoved_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_sms_messagesremoved_with_filter
//==== LABEL Check if MessagesChangeCallback.messagesremoved works properly - sms, filter
//==== SPEC Tizen Web API:Communication:Messaging:MessagesChangeCallback:messagesremoved M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBT CBOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_sms_messagesremoved_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_sms_messagesremoved_without_filter
//==== LABEL Check if MessagesChangeCallback.messagesremoved works properly - sms, no filter
//==== SPEC Tizen Web API:Communication:Messaging:MessagesChangeCallback:messagesremoved M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBT CBOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_sms_messagesupdated_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_sms_messagesupdated_with_filter
//==== LABEL Check if MessagesChangeCallback.messagesupdated works properly - sms, filter
//==== SPEC Tizen Web API:Communication:Messaging:MessagesChangeCallback:messagesupdated M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBT CBOA
setup({timeout: 90000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_sms_messagesupdated_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_sms_messagesupdated_without_filter
//==== LABEL Check if MessagesChangeCallback.messagesupdated works properly - sms, no filter
//==== SPEC Tizen Web API:Communication:Messaging:MessagesChangeCallback:messagesupdated M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBT CBOA
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_sms_getMessageServices</title>
<meta charset="utf-8"/>
//==== LABEL Check with non-optional arguments getMessageServices(valid_messageServiceType, valid_successCallback) for sms
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Messaging:Messaging:getMessageServices M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MR MMINA
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_sms_getMessageServices_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check getMessageServices argument errorCallback conversions exception for sms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:Messaging:getMessageServices M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_sms_getMessageServices_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if getMessageServices (sms) throws exception when errorCallback is invalid
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:Messaging:getMessageServices M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_sms_getMessageServices_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check getMessageServices argument successCallback conversions exception for sms
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:Messaging:getMessageServices M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MC
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_sms_getMessageServices_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if getMessageServices (sms) throws exception when successCallback is invalid
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:Messaging:getMessageServices M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_sms_getMessageServices_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: Messaging_sms_getMessageServices_with_errorCallback
//==== LABEL Check with non-optional arguments getMessageServices(valid_messageServiceType, valid_successCallback, valid_errorCallback) for sms
//==== SPEC Tizen Web API:Communication:Messaging:Messaging:getMessageServices M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MR MOA
//==== ONLOAD_DELAY 90
setup({timeout: 90000});
<specs>
<spec>
<spec_assertion interface="MessageConversationArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageBody" usage="true" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageBody" element_type="attribute" element_name="loaded" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageBody" element_type="attribute" element_name="messageId" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageBody" element_type="attribute" element_name="plainBody" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageConversationsChangeCallback" element_type="method" element_name="conversationsremoved" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageConversationsChangeCallback" element_type="method" element_name="conversationsupdated" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageServiceArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#sendMessageid2463900</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" usage="true" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="loadMessageBody" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="loadMessageBody" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="loadMessageBody" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="loadMessageBody" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument MessageService.sendMessage (SMS) errorCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_sms_sendMessage_errorCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (SMS) errorCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_sms_sendMessage_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument MessageService.sendMessage (SMS) successCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_sms_sendMessage_successCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (SMS) successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_sms_sendMessage_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addConversationsChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesidp423584</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesidp423584</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findMessagesid2465847</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addConversationsChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeChangeListeneridp528936</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#addFoldersChangeListeneridp519184</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#addFoldersChangeListeneridp519184</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#removeConversationsid2466743</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addConversationsChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addConversationsChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addConversationsChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addDraftMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addFoldersChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addMessagesChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addMessagesChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addMessagesChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addMessagesChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addMessagesChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addMessagesChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="addMessagesChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" usage="true" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsidp462224</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findConversationsid2466491</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="findMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeChangeListener" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeConversations" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="removeMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageStorage" element_type="method" element_name="updateMessages" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Message" usage="true" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessagesChangeCallback" element_type="method" element_name="messagesadded" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessagesChangeCallback" element_type="method" element_name="messagesadded" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessagesChangeCallback" element_type="method" element_name="messagesremoved" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessagesChangeCallback" element_type="method" element_name="messagesremoved" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessagesChangeCallback" element_type="method" element_name="messagesupdated" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessagesChangeCallback" element_type="method" element_name="messagesupdated" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Messaging" element_type="method" element_name="getMessageServices" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Messaging" element_type="method" element_name="getMessageServices" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Messaging" element_type="method" element_name="getMessageServices" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Messaging" element_type="method" element_name="getMessageServices" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Messaging" element_type="method" element_name="getMessageServices" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Messaging" element_type="method" element_name="getMessageServices" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Message" element_type="constructor" element_name="constructor" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#::Messaging::MessageInit</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="MessageService" element_type="method" element_name="sendMessage" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#sendMessageid2463900</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<test_script_entry>/opt/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument MessageService.sendMessage (SMS) errorCallback validation - use {onsuccess: function(){}}" onload_delay="90" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_sms_sendMessage_errorCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (SMS) errorCallback validation - use {onsuccess: function (){}}" onload_delay="90" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_sms_sendMessage_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_errorCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument MessageService.sendMessage (SMS) successCallback validation - use {onsuccess: function(){}}" onload_delay="90" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_sms_sendMessage_successCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (SMS) successCallback validation - use {onsuccess: function (){}}" onload_delay="90" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_sms_sendMessage_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_successCallback_invalid_cb.html</test_script_entry>
</description>