Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageArraySuccessCallback_onsuccess</title>
<meta charset="utf-8">
//==== TEST: MessageArraySuccessCallback_onsuccess
//==== LABEL Check if method onsuccess of MessageArraySuccessCallback works
//==== SPEC Tizen Web API:Communication:Messaging:MessageArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== PRIORITY P2
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
});
addDraftSuccess = t.step_func(function () {
- findFilter = new tizen.AttributeFilter("id", "EXACTLY", message.id)
+ findFilter = new tizen.AttributeFilter("id", "EXACTLY", message.id);
service.messageStorage.findMessages(findFilter, findMessagesSuccess, findMessagesError);
});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachmentSuccessCallback_email_onsuccess</title>
<meta charset="utf-8"/>
//==== PRIORITY P1
//==== LABEL Check if callback is called and if its arguments have proper type - MessageAttachmentSuccessCallback, onsuccess, email
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachmentSuccessCallback: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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBT CBOA
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, serviceSuccess, serviceError);
});
</script>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachmentSuccessCallback_notexist</title>
<meta charset="utf-8"/>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachment_constructor</title>
<meta charset="utf-8"/>
//==== TEST: MessageAttachment_constructor
//==== LABEL check new tizen.MessageAttachment(String filePath, String mimeType?) works (is supported)
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachment: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_equals(attachment.filePath, MESSAGE_ATTACHMENT_IMAGE_PATH, "'attachment.filePath' should be \""+MESSAGE_ATTACHMENT_IMAGE_PATH+"\"");
}, "MessageAttachment_constructor");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachment_constructor_minargs</title>
<meta charset="utf-8"/>
//==== TEST: MessageAttachment_constructor_minargs
//==== LABEL check new tizen.MessageAttachment(String filePath) works (is supported)
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachment: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_equals(attachment.filePath, MESSAGE_ATTACHMENT_IMAGE_PATH, "'attachment.filePath' should be \""+MESSAGE_ATTACHMENT_IMAGE_PATH+"\" by default");
}, "MessageAttachment_constructor_minargs");
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachment_exist</title>
<meta charset="utf-8"/>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachment_extend</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if instance of interface MessageAttachment can be extended with new property
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachment:MessageAttachment 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>MessageAttachment_filePath_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageAttachment_filePath_attribute
//==== LABEL Check if attribute filePath of MessageAttachment exists, has type DOMString and is readonly
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachment:filePath 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT ADV
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, serviceSuccess, serviceError);
});
</script>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachment_id_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageAttachment_id_attribute
//==== LABEL Check if attribute id of MessageAttachment exists, has type MessageAttachmentId and is readonly
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachment:id 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO ADV AT
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachment_messageId_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageAttachment_messageId_attribute
//==== LABEL Check if attribute messageId of MessageAttachment exists, has type MessageId and is readonly
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachment: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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO ADV AT
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageAttachment_mimeType_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageAttachment_mimeType_attribute
//==== LABEL Check if attribute mimeType of MessageAttachment exists, has type DOMString and is readonly
//==== SPEC Tizen Web API:Communication:Messaging:MessageAttachment:mimeType 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 ADV ARO AT
test(function () {
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBodySuccessCallback_email_onsuccess</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if callback is called and if its arguments have proper type (email message)
//==== SPEC Tizen Web API:Communication:Messaging:MessageBodySuccessCallback:onsuccess 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBT CBOA
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBodySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if callback is called and if its arguments have proper type
//==== SPEC Tizen Web API:Communication:Messaging:MessageBodySuccessCallback:onsuccess 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, 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_email_extend</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if instance of interface MessageBody (email) 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_email_htmlBody_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_email_htmlBody_attribute
//==== LABEL Check if attribute htmlBody of MessageBody (email) exists, has type DOMString
//==== SPEC Tizen Web API:Communication:Messaging:MessageBody:htmlBody 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 AN ADV AT ASG
test(function () {
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_email_inlineAttachments_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_email_inlineAttachments_attribute
//==== LABEL Check if attribute inlineAttachments of MessageBody (email) exists, has type Array
//==== SPEC Tizen Web API:Communication:Messaging:MessageBody:inlineAttachments 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE AN AT ASG
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_email_loaded_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_email_loaded_attribute
//==== LABEL Check if attribute loaded of MessageBody (email) 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_email_messageId_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_email_messageId_attribute
//==== LABEL Check if attribute messageId of MessageBody (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE AT ARO
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_email_plainBody_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageBody_email_plainBody_attribute
//==== LABEL Check if attribute plainBody of MessageBody (email) 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 () {
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageBody_notexist</title>
<meta charset="utf-8"/>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversationArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversationArraySuccessCallback_onsuccess</title>
//==== TEST: MessageConversationArraySuccessCallback_onsuccess
//==== LABEL Check if method onsuccess of MessageConversationArraySuccessCallback works
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversationArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== PRIORITY P2
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_bcc_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_bcc_attribute
//==== LABEL Check attribute bcc of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:bcc 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_cc_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_cc_attribute
//==== LABEL Check attribute cc of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:cc 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_cc_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "cc", "MessageConversation does not own cc property.");
assert_type(conversation.cc, "array", "Not an array");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_extend</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if instance of interface MessageConversation can be extended with new property
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:MessageConversation 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA OBX
setup({timeout: 180000});
var t = async_test("MessageConversation_extend", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
check_extensibility(conversation);
t.done();
});
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_from_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_from_attribute
//==== LABEL Check attribute from of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:from 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_id_attribute</title>
<meta charset="utf-8"/>
//==== TEST MessageConversation_id_attribute
//==== LABEL Check attribute id of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:id 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_id_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "id", "MessageConversation does not own id property.");
check_readonly(conversation, "id", conversation.id, "string", null);
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_isRead_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_isRead_attribute
//==== LABEL Check attribute isRead of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:isRead 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_isRead_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "isRead", "MessageConversation does not own isRead property.");
check_readonly(conversation, "isRead", conversation.isRead, "boolean", null);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_lastMessageId_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_lastMessageId_attribute
//==== LABEL Check attribute lastMessageId of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:lastMessageId 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_lastMessageId_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "lastMessageId", "MessageConversation does not own lastMessageId property.");
check_readonly(conversation, "lastMessageId", conversation.lastMessageId, "string", null);
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_messageCount_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_messageCount_attribute
//==== LABEL Check attribute messageCount of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:messageCount 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_messageCount_attribute", {timeout: 180000}), testing;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "messageCount", "MessageConversation does not own messageCount property.");
check_readonly(conversation, "messageCount", conversation.messageCount, "number", null);
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_notexist</title>
<meta charset="utf-8"/>
test(function () {
check_no_interface_object("MessageConversation");
}, document.title);
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_preview_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_preview_attribute
//==== LABEL Check attribute preview of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:preview 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_preview_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "preview", "MessageConversation does not own preview property.");
check_readonly(conversation, "preview", conversation.preview, "string", "aaa");
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_subject_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_subject_attribute
//==== LABEL Check attribute subject of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:subject 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_subject_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "subject", "MessageConversation does not own subject property.");
check_readonly(conversation, "subject", conversation.subject, "string", null);
assert_true(conversation.subject !== "", "subject should be null or non empty string");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_timestamp_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_timestamp_attribute
//==== LABEL Check attribute timestamp of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:timestamp 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_timestamp_attribute", {timeout: 180000}), tmp;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "timestamp", "MessageConversation does not own timestamp property.");
assert_type(conversation.timestamp, "Date", "Type of timestamp is different.");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_to_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_to_attribute
//==== LABEL Check attribute to of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:to 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_to_attribute", {timeout: 180000}), tmp;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "to", "MessageConversation does not own to property.");
assert_type(conversation.to, "array", "Not an array");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_type_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_type_attribute
//==== LABEL Check attribute type of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:type 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_type_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "type", "MessageConversation does not own type property.");
check_readonly(conversation, "type", conversation.type, "string", null);
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversation_unreadMessages_attribute</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversation_unreadMessages_attribute
//==== LABEL Check attribute unreadMessages of MessageConversation
//==== SPEC Tizen Web API:Communication:Messaging:MessageConversation:unreadMessages 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA AE ARO AT
setup({timeout: 180000});
var t = async_test("MessageConversation_unreadMessages_attribute", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_own_property(conversation, "unreadMessages", "MessageConversation does not own unreadMessages property.");
check_readonly(conversation, "unreadMessages", conversation.unreadMessages, "number", conversation.unreadMessages + 1);
//==== LABEL: Check if conversationsadded callback was invoked with proper argument type.
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageConversationsChangeCallback:conversationsadded 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
t.done();
break;
}
- }
+ }
}),
};
getEmailService(t, 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_email_conversationsremoved</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversationsChangeCallback_email_conversationsremoved
//==== LABEL Check if callback is called and if its arguments have proper type - MessageConversationsChangeCallback, conversationsremoved, email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
serviceError = t.step_func(function (error) {
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
-
+
getEmailService(t, serviceSuccess, serviceError);
});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversationsChangeCallback_email_conversationsupdated</title>
<meta charset="utf-8"/>
//==== TEST: MessageConversationsChangeCallback_email_conversationsupdated
//==== LABEL Check if callback is called and if its arguments have proper type - MessageConversationsChangeCallback, conversationsupdated, email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBT CBOA
var t = async_test("MessageConversationsChangeCallback_email_conversationsupdated", {timeout: 180000}),
serviceSuccess, serviceError, messageService, messageStorage, message,
addDraftSuccess, addDraftError, updateError, oldTimestamp, changeCallback, listenerId;
-
+
t.step(function () {
//cleanup after TC
- add_result_callback(function() {
+ add_result_callback(function () {
try {
messageStorage.removeChangeListener(listenerId);
} catch (err) {
});
changeCallback = {
- conversationsupdated: t.step_func(function(updatedConversations) {
+ conversationsupdated: t.step_func(function (updatedConversations) {
assert_type(updatedConversations, "array", "Not an array");
assert_greater_than(updatedConversations.length, 0, "Received empty conversations array");
-
+
for (var i in updatedConversations) {
if (updatedConversations[i].id === message.conversationId) {
check_readonly(updatedConversations[i], "id", updatedConversations[i].id, "string", "dummyValue");
t.done();
break;
}
- }
+ }
})
};
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageConversationsChangeCallback_notexist</title>
<meta charset="utf-8"/>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolderArraySuccessCallback_email_onsuccess</title>
<meta charset="utf-8"/>
//==== TEST: MessageFolderArraySuccessCallback_email_onsuccess
//==== LABEL Check if callback is called and if its arguments have proper type - MessageFolderArraySuccessCallback, email
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolderArraySuccessCallback: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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
-
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolderArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:contentType A
-//==== 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 AE
setup({timeout: 180000});
tizen.messaging.getMessageServices("messaging.email", getMessageServicesSuccess, getMessageServicesError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_contentType_attribute</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:contentType 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 ARO AT
setup({timeout: 180000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
<html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:MessageFolder 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: 180000});
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_id_attribute</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:id 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 ARO AT
setup({timeout: 180000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_name_attribute</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:name 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 ASG AT AN
setup({timeout: 180000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_parentId_attribute</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:parentId 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 ARO AT ADV
setup({timeout: 180000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_path_attribute</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:path 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 ARO AT
setup({timeout: 180000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_serviceId_attribute</title>
<meta charset="utf-8"/>
tizen.messaging.getMessageServices("messaging.email", getMessageServicesSuccess, getMessageServicesError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_synchronizable_attribute</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:synchronizable 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 ASG AN
setup({timeout: 180000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_email_type_attribute</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:type 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
setup({timeout: 180000});
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:id A
-//==== 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 AE
setup({timeout: 180000});
tizen.messaging.getMessageServices("messaging.email", getMessageServicesSuccess, getMessageServicesError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFolder_notexist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:path A
-//==== 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 AE
setup({timeout: 180000});
tizen.messaging.getMessageServices("messaging.email", getMessageServicesSuccess, getMessageServicesError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageFolder:type A
-//==== 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 AE
setup({timeout: 180000});
tizen.messaging.getMessageServices("messaging.email", getMessageServicesSuccess, getMessageServicesError);
});
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageFoldersChangeCallback_notexist</title>
<meta charset="utf-8"/>
<html>
<head>
-<title>check tizen.messaging exists</title>
+<title>MessageManagerObject_messaging</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
</script>
</body>
-</html>
\ No newline at end of file
+</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageManagerObject_notexist</title>
<meta charset="utf-8"/>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageRecipientsCallback_email_onsuccess</title>
<meta charset="utf-8"/>
//==== TEST: MessageRecipientsCallback_email_onsuccess
//==== LABEL Check if callback is called and if its arguments have proper type, check argument recipients type - DOMString[]
//==== SPEC Tizen Web API:Communication:Messaging:MessageRecipientsCallback: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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
</script>
</body>
</html>
-
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageRecipientsCallback_notexist</title>
<meta charset="utf-8"/>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageServiceArraySuccessCallback_email_onsuccess</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 CBOA CBT
setup({timeout: 180000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageServiceArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
-</html>
\ No newline at end of file
+</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_extend</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com
+ Andrzej Krolikowski <a.krolikowsk@samsung.com
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_id_attribute</title>
<meta charset="utf-8"/>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment</title>
<script src="../resources/unitcommon.js"></script>
//==== TEST: MessageService_email_loadMessageAttachment
//==== LABEL Check MessageService.loadMessageAttachment method with optional arguments (email)
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MOA MAST
var t = async_test("MessageService_email_loadMessageAttachment", {timeout:180000}),
service, inboxFolder, message, attachment, returnedValue,
- serviceSuccess, serviceError, sendSuccess, sendError, syncSuccess, syncError,
+ serviceSuccess, serviceError, sendSuccess, sendError, syncSuccess, syncError,
findSuccess, findError, foundMessage, loadAttachmentSuccess, loadAttachmentError,
loadBodySuccess, loadBodyError, loadMessage, folderSuccess, folderError;
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_attachment_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument attachment conversions exception - loadMessageAttachment, email
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
});
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_attachment_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument attachment validation - loadMessageAttachment, email
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTO
});
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument errorCallback conversions exception - loadMessageAttachment, email
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
});
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument errorCallback validation - loadMessageAttachment, email
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
});
tizen.messaging.getMessageServices("messaging.email", 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_email_loadMessageAttachment_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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: 180000});
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_missarg</title>
<script src="../resources/unitcommon.js"></script>
//==== TEST: MessageService_email_loadMessageAttachment_missarg
//==== LABEL Check with missing non-optional arguments loadMessageAttachment - email
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument successCallback conversions exception - loadMessageAttachment, email
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument successCallback validation - loadMessageAttachment, email
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
});
tizen.messaging.getMessageServices("messaging.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageAttachment_without_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageService_email_loadMessageAttachment_without_errorCallback
//==== LABEL Check MessageService.loadMessageAttachment method with non-optional arguments (email)
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:loadMessageAttachment 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MMINA MAST
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== TEST: MessageService_email_loadMessageBody
//==== LABEL Check if method loadMessageBody of MessageService (email) works with only non-optional arguments
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA MR MAST
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL Check if method loadMessageBody (email) throws exception with invalid errorCallback
//==== PRIORITY: P2
//==== 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 MTCB
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
getEmailService(t, 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_email_loadMessageBody_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_loadMessageBody_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageService_email_loadMessageBody_missarg
//==== LABEL Check with missing non-optional argument - loadMessageBody, email
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
addDraftError = t.step_func(function (msg) {
assert_unreached("addDraftMessage error callback called: " + error.name + " with message: " + error.message);
});
-
+
serviceSuccess = t.step_func(function (emailService) {
service = emailService;
getEmailService(t, 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_email_loadMessageBody_missarg_message</title>
<script src="../resources/unitcommon.js"></script>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
t.step(function () {
findMessagesSuccess = t.step_func(function (messages) {
assert_draft_message_equals(t, messages, message);
-
+
conversionTable = getTypeConversionExceptions("functionObject", false);
for(i = 0; i < conversionTable.length; i++) {
addDraftError = t.step_func(function (msg) {
assert_unreached("addDraftMessage error callback called: " + error.name + " with message: " + error.message);
});
-
+
serviceSuccess = t.step_func(function (emailService) {
service = emailService;
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL Check method loadMessageBodys successCallback invalid callback (email)
//==== PRIORITY: P2
//==== 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 MTCB
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
addDraftError = t.step_func(function (msg) {
assert_unreached("addDraftMessage error callback called: " + error.name + " with message: " + error.message);
});
-
+
serviceSuccess = t.step_func(function (emailService) {
service = emailService;
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== TEST: MessageService_email_loadMessageBody_with_errorCallback
//==== LABEL Check if method loadMessageBody of MessageService (email) works with all proper all arguments
//==== 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 MOA MR MAST
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageService_messageStorage_attribute</title>
+<title>MessageService_email_messageStorage_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>MessageService_email_name_attribute</title>
<meta charset="utf-8"/>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_sendMessage</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
//==== TEST: MessageService_email_sendMessage
//==== LABEL Proper invocation with arguments - check if sendMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MAST MOA MR
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
limitations under the License.
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_sendMessage_errorCallback_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check argument errorCallback (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
limitations under the License.
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_sendMessage_errorCallback_invalid_cb</title>
<script src="../resources/unitcommon.js"></script>
<div id="log"></div>
<script>
//==== TEST: MessageService_email_sendMessage_errorCallback_invalid_cb
-//==== LABEL Check argument MessageService.sendMessage (email) errorCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument MessageService.sendMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, 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_email_sendMessage_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, 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_email_sendMessage_message_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check message (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
</script>
</body>
</html>
-
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_sendMessage_message_invalid_obj</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL Check MessageService.sendMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTO
getEmailService(t, 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_email_sendMessage_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageService_email_sendMessage_missarg
//==== LABEL Check MessageService.sendMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
</script>
</body>
</html>
-
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_sendMessage_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument successCallback (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_sendMessage_successCallback_invalid_cb</title>
<script src="../resources/unitcommon.js"></script>
<div id="log"></div>
<script>
//==== TEST: MessageService_email_sendMessage_successCallback_invalid_cb
-//==== LABEL Check argument MessageService.sendMessage (email) successCallback validation - use {onsuccess: function(){}}
+//==== LABEL Check argument MessageService.sendMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
getEmailService(t, 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_email_sendMessage_without_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageService_email_sendMessage_without_errorCallback
//==== LABEL Check without optional argument sendMessage(valid_message, valid_successCallback) (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MOA
</script>
</body>
</html>
-
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_email_sendMessage_without_successCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageService_email_sendMessage_without_successCallback
//==== LABEL Check without optional argument sendMessage(valid_message) (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MMINA
</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_email_stopSync_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:stopSync 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: 180000});
getEmailService(t, 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_email_syncFolder_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:syncFolder 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: 180000});
getEmailService(t, 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_email_sync_exist</title>
<script src="../resources/unitcommon.js"></script>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sync 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: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageService_type_attribute</title>
+<title>MessageService_email_type_attribute</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/messaging_common.js"></script>
</head>
getEmailService(t, 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_notexist</title>
<meta charset="utf-8"/>
var t = async_test("MessageService_sendMessage_emailWithBcc", {timeout: 180000}),
message, messageSent, messageFailed, serviceSuccess, serviceError;
-t.step(function() {
+t.step(function () {
- messageSent = t.step_func(function(recipients) {
+ messageSent = t.step_func(function (recipients) {
assert_true(recipients.length > 0, "No message sent successfully");
t.done();
});
- messageFailed = t.step_func(function(error) {
+ messageFailed = t.step_func(function (error) {
assert_unreached("sendMessage() error: " + error.message);
});
- serviceSuccess = t.step_func(function(service) {
+ serviceSuccess = t.step_func(function (service) {
message = createSimpleMessageTo(TEST_EMAIL_RECIPIENT_2);
message.bcc = [TEST_EMAIL_RECIPIENT_1];
sendMessage(t, service, message, messageSent, messageFailed);
});
- serviceError = t.step_func(function(err) {
+ serviceError = t.step_func(function (err) {
assert_unreached("getEmailService() error: " + err.message);
});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== TEST_CRITERIA MOA
setup({timeout: 180000});
var t = async_test("MessageService_sendMessage_emailWithPriority", {timeout: 180000}),
-message, serviceSuccess, serviceError, sendSuccess, sendError
+message, serviceSuccess, serviceError, sendSuccess, sendError;
-t.step(function() {
+t.step(function () {
- sendSuccess = t.step_func(function(recipients) {
+ sendSuccess = t.step_func(function (recipients) {
assert_true(recipients.length > 0, "No message sent successfully");
t.done();
});
- sendError = t.step_func(function(error) {
+ sendError = t.step_func(function (error) {
assert_unreached("sendMessage() error: " + error.message);
});
- serviceSuccess = t.step_func(function(service) {
+ serviceSuccess = t.step_func(function (service) {
message = createSimpleMessageTo(TEST_EMAIL_RECIPIENT_2);
message.isHighPriority = true;
sendMessage(t, service, message, sendSuccess, sendError);
});
- serviceError = t.step_func(function(err) {
+ serviceError = t.step_func(function (err) {
assert_unreached("getMessageServices() error: " + err.message);
});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sendMessage_email_without_callbacks</title>
<meta charset="utf-8">
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MMINA MR
setup({timeout: 180000});
return t.done();
});
- serviceError = t.step_func(function(err) {
+ serviceError = t.step_func(function (err) {
assert_unreached("getMessageServices() error: " + err.message);
});
//==== LABEL: Check if stopSync method with non-optional argument works for sync method
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:stopSync 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA MR MAST
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if stopSync method with non-optional argument works for syncFolder method
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:stopSync 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA MR MAST
});
serviceSuccess = t.step_func(function (emailService) {
- service = emailService
+ service = emailService;
filterForServiceId = new tizen.AttributeFilter("serviceId", "EXACTLY", service.id);
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 MR
setup({timeout: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if syncFolder method with non-optional argument works
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MR MMINA
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check argument errorCallback conversions exception for syncFolder method.
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MC
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MTCB
setup({timeout: 180000});
var t = async_test("MessageService_syncFolder_errorCallback_invalid_cb", {timeout: 180000}),
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MC
setup({timeout: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== TEST: MessageService_syncFolder_missarg
//==== LABEL: Check with missing non-optional argument in syncFolder method
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MMA
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check argument successCallback conversions exception for syncFolder method.
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MC
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
t.step(function () {
findSuccess = t.step_func(function (folders) {
assert_true(folders.length > 0, "No folder found.");
-
+
conversionTable = getTypeConversionExceptions("functionObject", true);
-
+
for (i = 0; i < conversionTable.length; i++) {
successCallback = conversionTable[i][0];
exceptionName = conversionTable[i][1];
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MTCB
setup({timeout: 180000});
var t = async_test("MessageService_syncFolder_successCallback_invalid_cb", {timeout: 180000}),
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if syncFolder method with errorCallback optional argument works
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR MAST
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if syncFolder method with limit optional argument works
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR
syncId = service.syncFolder(inboxFolder, syncFolderSuccess, syncFolderError, 10);
});
- findFoldersError = t.step_func(function(error) {
+ findFoldersError = t.step_func(function (error) {
assert_unreached("findFolders() error callback: name:" + error.name + ", msg:" + error.message);
});
serviceSuccess = t.step_func(function (emailService) {
service = emailService;
-
+
findFolders(t, service, findFoldersSuccess, findFoldersError);
});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:syncFolder 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 MOA MR MAST
setup({timeout: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 MC
setup({timeout: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 MTCB
setup({timeout: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageService_sync_foremail</title>
<meta charset="utf-8">
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageService:sync M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#syncidp342960
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMINA
setup({timeout: 180000});
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 MC
setup({timeout: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Test whether the constructor of the interface is defined or not in sync method successCallback callback.
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 MTCB
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if sync method with errorCallback optional argument works
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR MAST
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if sync method with downloadId optional limit argument works
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if sync method with successCallback optional argument works
//==== PRIORITY: P2
//==== SPEC: Tizen Web API:Communication:Messaging:MessageService:sync 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR MAST
var t = async_test("MessageService_sync_with_successCallback", {timeout: 180000}),
serviceSuccess, serviceError, service, message, returnedValue = null,
- sendSuccess, sendError, syncSuccess, findFoldersSuccess, findFoldersError,
+ sendSuccess, sendError, syncSuccess, findFoldersSuccess, findFoldersError,
findMessageSuccess, findMessageError;
t.step(function () {
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if addConversationsChangeListener method with non-optional argument works
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MMINA MAST
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check argument filter conversions exception for addConversationsChangeListener method.
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
}, exceptionName + " should be thrown - given incorrect filter: " + filter);
}
- t.done();
+ t.done();
});
serviceError = t.step_func(function (error) {
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if addConversationsChangeListener of MessageStorage with missing non-optional argument works
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
setup({timeout: 180000});
var t = async_test("MessageStorage_addConversationsChangeListener_missarg", {timeout: 180000}),
serviceSuccess, serviceError, service, watchId;
-t.step(function() {
+t.step(function () {
add_result_callback(function () {
try {
service.messageStorage.removeChangeListener(watchId);
}
});
- serviceSuccess = t.step_func(function(emailService) {
+ serviceSuccess = t.step_func(function (emailService) {
service = emailService;
assert_throws({
name: "TypeMismatchError"
- }, function() {
+ }, function () {
watchId = service.messageStorage.addConversationsChangeListener();
});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if addConversationsChangeListener method with optional filter argument works
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MAST
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MMA
setup({timeout: 180000});
var t = async_test("MessageStorage_addConversationsChangeListener_withoutcb", {timeout: 180000}),
serviceSuccess, serviceError;
-t.step(function() {
+t.step(function () {
serviceSuccess = t.step_func(function (service) {
assert_throws({
name: "TypeMismatchError"
- }, function() {
+ }, function () {
service.messageStorage.addConversationsChangeListener();
}, "TypeMismatchError exception expected but not thrown.");
getEmailService(t, 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_email_addConversationsChangeListener_conversationsChangeCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument conversationsChangeCallback validation - addConversationsChangeListener, 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTL
service.messageStorage.addConversationsChangeListener(incorrectChangeListener);
}, exceptionName + " should be thrown - given incorrect listener.");
}
- t.done();
+ t.done();
});
serviceError = t.step_func(function (error) {
getEmailService(t, 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_email_addConversationsChangeListener_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_addDraftMessage
//==== LABEL Check if method addDraftMessage of MessageStorage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MAST MOA
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
getEmailService(t, 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_email_addDraftMessage_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_message_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument message conversions exception in addDraftMessage method (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_message_invalid_obj</title>
<meta charset="utf-8"/>
//==== LABEL Check argument message validation in addDraftMessage method (email) - 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTO
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_addDraftMessage_missarg
//==== LABEL Check MessageStorage.addDraftMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if addDraftMessage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
getEmailService(t, 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_email_addDraftMessage_without_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_addDraftMessage_without_errorCallback
//==== LABEL Check if method addDraftMessage of MessageStorage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MOA MAST
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addDraftMessage_without_successCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_addDraftMessage_without_successCallback
//==== LABEL Check if method addDraftMessage of MessageStorage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MMINA
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addFoldersChangeListener</title>
<meta charset="utf-8">
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addFoldersChangeListener 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 MMINA MR
setup({timeout: 180000});
t.step(function () {
foldersChangeCallback = {
- foldersupdated : t.step_func(function(updatedFolders){
+ foldersupdated : t.step_func(function (updatedFolders){
}),
- foldersadded : t.step_func(function(addedFolders){
+ foldersadded : t.step_func(function (addedFolders){
}),
- foldersremoved : t.step_func(function(removedFolders){
+ foldersremoved : t.step_func(function (removedFolders){
})
};
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addFoldersChangeListener_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MC
setup({timeout: 180000});
t.step(function () {
foldersChangeCallback = {
- foldersupdated : t.step_func(function(updatedFolders){
+ foldersupdated : t.step_func(function (updatedFolders){
}),
- foldersadded : t.step_func(function(addedFolders){
+ foldersadded : t.step_func(function (addedFolders){
}),
- foldersremoved : t.step_func(function(removedFolders){
+ foldersremoved : t.step_func(function (removedFolders){
})
};
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addFoldersChangeListener_foldersChangeCallback_TypeMismatch</title>
<meta charset="utf-8">
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addFoldersChangeListener 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: 180000});
var t = async_test("MessageStorage_email_addFoldersChangeListener_foldersChangeCallback_TypeMismatch", {timeout: 180000}),
- serviceSuccess, serviceError,
+ serviceSuccess, serviceError,
incorrectCallback, conversionTable, i, exceptionName;
t.step(function () {
- serviceSuccess = t.step_func(function (service) {
+ serviceSuccess = t.step_func(function (service) {
conversionTable = getTypeConversionExceptions("object", false);
for(i = 0; i < conversionTable.length; i++) {
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addFoldersChangeListener 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 MTL
setup({timeout: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MMA
setup({timeout: 180000});
var t = async_test("MessageStorage_email_addFoldersChangeListener_missarg", {timeout: 180000}),
serviceSuccess, serviceError;
-t.step(function() {
+t.step(function () {
serviceSuccess = t.step_func(function (service) {
assert_throws({name: TYPE_MISMATCH_ERR },
function () {
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addFoldersChangeListener_with_filter</title>
<meta charset="utf-8">
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:addFoldersChangeListener 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 MOA MR
setup({timeout: 180000});
t.step(function () {
foldersChangeCallback = {
- foldersupdated : t.step_func(function(updatedFolders){
+ foldersupdated : t.step_func(function (updatedFolders){
}),
- foldersadded : t.step_func(function(addedFolders){
+ foldersadded : t.step_func(function (addedFolders){
}),
- foldersremoved : t.step_func(function(removedFolders){
+ foldersremoved : t.step_func(function (removedFolders){
})
};
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addMessagesChangeListener_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_addMessagesChangeListener_filter_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument filter conversions exception - addMessagesChangeListener, filter, email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
getEmailService(t, 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_email_addMessagesChangeListener_messagesChangeCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument messagesChangeCallback conversions exception - addMessagesChangeListener, email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
getEmailService(t, 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_email_addMessagesChangeListener_messagesChangeCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument messagesChangeCallback validation - invalid, email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTL
getEmailService(t, 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_email_addMessagesChangeListener_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_addMessagesChangeListener_missarg
//==== LABEL Check with missing non-optional argument - addMessagesChangeListener, email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
getEmailService(t, 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_email_addMessagesChangeListener_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_addMessagesChangeListener_with_filter
//==== LABEL Check with optional arguments addMessagesChangeListener (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MOA MAST
getEmailService(t, 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_email_addMessagesChangeListener_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_addMessagesChangeListener_without_filter
//==== LABEL Check if method addMessagesChangeListener of MessageStorage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MMINA MAST
getEmailService(t, 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_email_extend</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findConversations_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
//==== TEST: MessageStorage_email_findConversations_filter_from
//==== LABEL Check if method findConversations of MessageStorage (email) filter from
//==== 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 MOA
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== TEST: MessageStorage_email_findConversations_filter_to
//==== LABEL Check if method findConversations of MessageStorage (email) filter to
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
serviceSuccess, serviceError, service, message,
addDraftSuccess, addDraftError, filter, findSuccess, findError;
-t.step(function() {
+t.step(function () {
findSuccess = t.step_func(function (conversations) {
assert_greater_than(conversations.length, 0, "Received empty conversations array");
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, serviceSuccess, serviceError);
});
</script>
<html>
<head>
-<title>Check findConversations method with find conversations of type</title>
+<title>MessageStorage_email_findConversations_filter_type</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
//==== TEST: MessageStorage_email_findConversations_filter_type
//==== LABEL Check if method findConversations of MessageStorage (email) filter type
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
<html>
<head>
-<title>check findConversations email with email parameter by time ASC</title>
+<title>MessageStorage_email_findConversations_with_sort</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
//==== TEST: MessageStorage_email_findConversations_with_sort
//==== LABEL Check if method findConversations of MessageStorage (email) with sort
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== TEST: MessageStorage_email_findConversations_with_sort_time_desc
//==== LABEL Check if method findConversations of MessageStorage (email) with sort time desc
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MMINA
setup({timeout: 180000});
findConversationsSuccess = t.step_func(function (conversations) {
assert_type(conversations, "array", "Not an array");
assert_greater_than(conversations.length, 0, "Received empty messages array");
-
+
for (var i in conversations) {
assert_equals(conversations[i].type, service.type, "Incorrect service type");
}
getEmailService(t, 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_email_findFolders_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages
//==== LABEL Check MessageStorage.findMessages method with non-optional arguments (filter by Message.id) for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_and_loadMessageBody</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_and_loadMessageBody
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback) id for email, load and check message body
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA
plainBody: MESSAGE_BODY_PLAIN,
htmlBody: MESSAGE_BODY_HTML,
isHighPriority: false
- });
+ });
message.attachments = [
new tizen.MessageAttachment(MESSAGE_ATTACHMENT_IMAGE_PATH, MESSAGE_ATTACHMENT_IMAGE_MIME_TYPE)
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_bcc_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_bcc_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) bcc for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_cc_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_cc_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) cc for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
getEmailService(t, 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_email_findMessages_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_folderId_with_errorCallback</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_from_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_from_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) from for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_hasAttachment_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_hasAttachment_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) hasAttachment for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_id_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_id_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) id for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_isHighPriority_with_errorCallback</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_isRead_with_errorCallback</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_plainBody_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_plainBody_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) plainBody for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
service = emailService;
message = createSimpleMessageTo(TEST_EMAIL_RECIPIENT_2);
-
+
service.messageStorage.addDraftMessage(message, addDraftSuccess, addDraftError);
});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_serviceId_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_serviceId_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) serviceId for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
for (var i in messages) {
assert_true(messages[i] instanceof tizen.Message, "Not a Message");
- assert_equals(messages[i].type, service.type, "Invalid service type");
+ assert_equals(messages[i].type, service.type, "Invalid service type");
if (messages[i].id === message.id) {
messageFound = true;
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_timestamp_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_timestamp_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) timestamp for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_to_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_to_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) to for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_findMessages_type_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_findMessages_type_with_errorCallback
//==== LABEL Check with optional arguments findMessages(valid_filter, valid_successCallback, valid_errorCallback) type for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_removeChangeListener_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, 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_email_removeConversations_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, 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_email_removeMessages_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
getEmailService(t, 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_email_updateMessages</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_updateMessages
//==== LABEL Check if method updateMessages of MessageStorage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MOA MAST
plainBody: plainBodyToSetForMutableMesage,
htmlBody: MESSAGE_BODY_HTML,
isHighPriority : false
- });
+ });
service.messageStorage.addDraftMessage(mutableMessage, addDraftSuccess, addDraftError);
plainBody: plainBodyToSetForConstMessage,
htmlBody: MESSAGE_BODY_HTML,
isHighPriority : false
- });
+ });
constMessage.attachments = [
new tizen.MessageAttachment(MESSAGE_ATTACHMENT_SOUND_PATH, MESSAGE_ATTACHMENT_SOUND_MIME_TYPE),
getEmailService(t, 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_email_updateMessages_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument errorCallback conversions exception - updateMessages (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
getEmailService(t, 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_email_updateMessages_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument errorCallback validation - updateMessages (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
getEmailService(t, 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_email_updateMessages_exist</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_updateMessages_messages_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument messages conversions exception - updateMessages (EMAIL)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
getEmailService(t, 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_email_updateMessages_missarg</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_updateMessages_missarg
//==== LABEL Check with missing non-optional argument - updateMessages (EMAIL)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_updateMessages_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument successCallback conversions exception - updateMessages (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_email_updateMessages_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check argument successCallback validation - updateMessages (email)
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
getEmailService(t, 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_email_updateMessages_without_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_updateMessages_without_errorCallback
//==== LABEL Check if method updateMessages of MessageStorage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MOA MAST
var t = async_test("MessageStorage_email_updateMessages_without_errorCallback", {timeout:180000});
t.step(function () {
- var serviceSuccess, serviceError, service,
+ var serviceSuccess, serviceError, service,
mutableMessage, constMessage,
plainBodyToSetForMutableMesage = MESSAGE_BODY_PLAIN + "_mutable",
plainBodyToSetForConstMessage = MESSAGE_BODY_PLAIN + "_const",
plainBody: plainBodyToSetForMutableMesage,
htmlBody: MESSAGE_BODY_HTML,
isHighPriority : false
- });
+ });
service.messageStorage.addDraftMessage(mutableMessage, addDraftSuccess, addDraftError);
plainBody: plainBodyToSetForConstMessage,
htmlBody: MESSAGE_BODY_HTML,
isHighPriority : false
- });
+ });
constMessage.attachments = [
new tizen.MessageAttachment(MESSAGE_ATTACHMENT_SOUND_PATH, MESSAGE_ATTACHMENT_SOUND_MIME_TYPE),
getEmailService(t, 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_email_updateMessages_without_successCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_email_updateMessages_without_successCallback
//==== LABEL Check if method updateMessages of MessageStorage (email) 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MR MMINA
plainBody: plainBodyToSetForMutableMesage,
htmlBody: MESSAGE_BODY_HTML,
isHighPriority : false
- });
+ });
service.messageStorage.addDraftMessage(mutableMessage, addDraftSuccess, addDraftError);
plainBody: plainBodyToSetForConstMessage,
htmlBody: MESSAGE_BODY_HTML,
isHighPriority : false
- });
+ });
constMessage.attachments = [
new tizen.MessageAttachment(MESSAGE_ATTACHMENT_SOUND_PATH, MESSAGE_ATTACHMENT_SOUND_MIME_TYPE),
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check if function executes properly when all mandatory arguments given
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA MR
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check if exception is thrown when incorrect error callback given
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
exceptionName, conversionTable, filter;
t.step(function () {
- foldersSuccess = t.step_func(function() {
+ foldersSuccess = t.step_func(function () {
assert_unreached("findFolders success callback should not be called.");
});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
-
</html>
-
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check argument error callback validation
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
serviceSuccess, serviceError, findSuccess, filter;
t.step(function () {
- findSuccess = t.step_func(function() {
+ findSuccess = t.step_func(function () {
assert_unreached("findFolders success callback should not be called.");
});
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
-
</html>
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders_filter_TypeMismatch</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check if exception is thrown when incorrect filter given
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
serviceSuccess, serviceError, foldersSuccess, exceptionName, conversionTable, filter;
t.step(function () {
- foldersSuccess = t.step_func(function() {
+ foldersSuccess = t.step_func(function () {
assert_unreached("findFolders success callback should not be called.");
});
- serviceSuccess = t.step_func(function(service) {
+ serviceSuccess = t.step_func(function (service) {
conversionTable = getTypeConversionExceptions("object", false);
for(i = 0; i < conversionTable.length; i++) {
getEmailService(t, 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_findFolders_filter_serviceId</title>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html#findFoldersid2466935
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MOA MR
setup({timeout: 180000});
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders_missarg</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check if exception is thrown when mandatory arguments not given
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
serviceSuccess, serviceError, filter;
t.step(function () {
- serviceSuccess = t.step_func(function(service) {
+ serviceSuccess = t.step_func(function (service) {
assert_throws({name: TYPE_MISMATCH_ERR},
function () {
service.messageStorage.findFolders();
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
-
</html>
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check if exception is thrown when incorrect success callback given
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
var serviceSuccess, serviceError, msgService, foldersSuccess, exceptionName,
conversionTable, filter;
- serviceError = this_test.step_func(function(error) {
+ serviceError = this_test.step_func(function (error) {
assert_unreached("Failed to get MessageServices: " + error.message);
});
- serviceSuccess = this_test.step_func(function(services) {
+ serviceSuccess = this_test.step_func(function (services) {
assert_true(services.length > 0, "No message service received.");
msgService = services[0];
filter = new tizen.AttributeFilter("serviceId", "EXACTLY", msgService.id);
</script>
</body>
-
</html>
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check argument success callback validation
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
})
};
- serviceSuccess = t.step_func(function(service) {
+ serviceSuccess = t.step_func(function (service) {
filter = new tizen.AttributeFilter("serviceId", "EXACTLY", service.id);
assert_throws({name: TYPE_MISMATCH_ERR},
</script>
</body>
-
</html>
Authors:
- Marcin Kaminski <marcin.ka@samsung.com>
+ Marcin Kaminski <marcin.ka@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_findFolders_with_errorCallback</title>
<meta charset="utf-8"/>
//==== PRIORITY P2
//==== LABEL Check if function executes properly when all mandatory and optional arguments given
//==== SPEC Tizen Web API:Communication:Messaging:MessageStorage:findFolders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_notexist</title>
<meta charset="utf-8"/>
//==== LABEL: Check if removeChangeListener method with non-optional argument works
//==== PRIORITY: P2
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA MR MAST
service = emailService;
listenerId = service.messageStorage.addMessagesChangeListener(messageChangeCallback);
-
+
message1 = createSimpleMessageTo(TEST_EMAIL_RECIPIENT_2);
message2 = createSimpleMessageTo(TEST_EMAIL_RECIPIENT_2);
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
//==== LABEL: Check if removeConversations method with non-optional argument works
//==== PRIORITY: P2
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA MR
var t = async_test("MessageStorage_removeConversations", {timeout: 180000}), returnedValue;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
returnedValue = service.messageStorage.removeConversations([conversation]);
assert_equals(returnedValue, undefined, "Incorrect returned value");
t.done();
//==== LABEL: Check argument conversations conversions exception for setListener method.
//==== PRIORITY: P2
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
var t = async_test("MessageStorage_removeConversations_conversations_TypeMismatch", {timeout: 180000}), conversionTable;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
conversionTable = getTypeConversionExceptions("array", false);
for (i = 0; i < conversionTable.length; i++) {
conversations = conversionTable[i][0];
}
t.done();
});
+
</script>
</body>
</html>
//==== LABEL: Check argument errorCallback conversions exception for removeConversations method.
//==== PRIORITY: P2
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
var t = async_test("MessageStorage_removeConversations_errorCallback_TypeMismatch", {timeout: 180000}),
conversionTable, successCallback, incorrectErrorCallback, exceptionName;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
successCallback = t.step_func(function () {
assert_unreached("removeConversations() success callback invoked.");
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTCB
setup({timeout:180000});
var t = async_test("MessageStorage_removeConversations_errorCallback_invalid_cb", {timeout: 180000}),
successCallback, errorCallback;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
successCallback = t.step_func(function () {
assert_unreached("removeConversations() success callback invoked.");
//==== PRIORITY P2
//==== LABEL Check if removeConversations works properly for email
//==== 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA
var t =async_test("MessageStorage_removeConversations_foremail", {timeout: 180000}), returnedValue;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
returnedValue = service.messageStorage.removeConversations([conversation]);
assert_equals(returnedValue, undefined, "Incorrect returned value");
t.done();
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MMA
setup({timeout:180000});
var t = async_test("MessageStorage_removeConversations_missarg", {timeout: 180000});
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
assert_throws({name: "TypeMismatchError"}, function () {
service.messageStorage.removeConversations();
});
//==== LABEL: Check argument successCallback conversions exception for removeConversations method.
//==== PRIORITY: P2
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
var t = async_test("MessageStorage_removeConversations_successCallback_TypeMismatch", {timeout: 180000}),
conversionTable, incorrectCallback, exceptionName;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
conversionTable = getTypeConversionExceptions("functionObject", true);
for (i = 0; i < conversionTable.length; i++) {
incorrectCallback = conversionTable[i][0];
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== TEST_CRITERIA MTCB
setup({timeout:180000});
var t = async_test("MessageStorage_removeConversations_successCallback_invalid_cb", {timeout: 180000}),
incorrectSuccessCallback, exceptionName = "TypeMismatchError";
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
incorrectSuccessCallback = {
onsuccess: t.step_func(function () {
//==== LABEL: Check if removeConversations method with optional errorCallback argument works
//==== PRIORITY: P2
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR MAST
var t = async_test("MessageStorage_removeConversations_with_errorCallback", {timeout: 180000}),
removeSuccess, removeError, returnedValue, findFilter, findSuccessAfterRemove, findErrorAfterRemove;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
findSuccessAfterRemove = t.step_func(function (conversations) {
assert_equals(conversations.length, 0, "Conversations not removed");
//==== LABEL: Check if removeConversations method with optional successCallback argument works
//==== PRIORITY: P2
//==== 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
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messaging.html
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR
var t = async_test("MessageStorage_removeConversations_with_successCallback", {timeout: 180000}),
removeSuccess, returnedValue;
-message_conversation_test(t, function(service, message, conversation) {
+message_conversation_test(t, function (service, message, conversation) {
removeSuccess = t.step_func(function () {
assert_equals(returnedValue, undefined, "Incorrect returned value");
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_removeMessages_email</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_removeMessages_email
//==== LABEL Check with non-optional arguments loadMessageBody(valid_message)
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMINA MR
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageStorage_messaging_email_addDraftMessage</title>
+<title>MessageStorage_removeMessages_email_errorCallback_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>
//==== LABEL Check argument errorCallback conversions exception
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageStorage_messaging_email_addDraftMessage</title>
+<title>MessageStorage_removeMessages_email_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
<div id="log"></div>
<script>
//==== TEST: MessageStorage_removeMessages_email_errorCallback_invalid_cb
-//==== LABEL Check argument errorCallback validation - use {onerror: function(){}}
+//==== LABEL Check argument errorCallback validation - use {onerror: function (){}}
//==== PRIORITY: P2
//==== SPEC Tizen Web API: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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageStorage_messaging_email_addDraftMessage</title>
+<title>MessageStorage_removeMessages_email_messages_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>
//==== LABEL Check argument MessageStorage_removeMessages_email messages conversions exception
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageStorage_messaging_email_addDraftMessage</title>
+<title>MessageStorage_removeMessages_email_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>
//==== TEST: MessageStorage_removeMessages_email_missarg
//==== LABEL Check with MessageStorage_removeMessages_email missing non-optional argument
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MMA
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageStorage_messaging_email_addDraftMessage</title>
+<title>MessageStorage_removeMessages_email_successCallback_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>
//==== LABEL Check argument MessageStorage_removeMessages_email successCallback conversions exception
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MC
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>MessageStorage_messaging_email_addDraftMessage</title>
+<title>MessageStorage_removeMessages_email_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
<div id="log"></div>
<script>
//==== TEST: MessageStorage_removeMessages_email_successCallback_invalid_cb
-//==== LABEL Check argument successCallbac validation - use {onerror: function(){}}
+//==== LABEL Check argument successCallbac validation - use {onerror: function (){}}
//==== PRIORITY: P2
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MTCB
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_removeMessages_email_with_errorCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_removeMessages_email_with_errorCallback
//==== LABEL Check with optional arguments removeMessages(valid_messages, valid_successCallback, valid_errorCallback)
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR MAST
Authors:
- Tomasz Paciorek <t.paciorek@samsung.com>
+ Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessageStorage_removeMessages_email_with_successCallback</title>
<meta charset="utf-8"/>
//==== TEST: MessageStorage_removeMessages_email_with_successCallback
//==== LABEL Check with optional arguments removeMessages(valid_messages, valid_successCallback)
//==== 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
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== TEST_CRITERIA MOA MR
getEmailService(t, serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
-->
-<html lang="en">
+<html>
<head>
<title>Message_addUpdateRemove</title>
var t = async_test("Message_addUpdateRemove", {timeout:180000}), service, message, msgs,
serviceSuccess, serviceError, addDraftSuccess, addDraftError,
- findSuccess, findError, updateSuccess, updateError, removeSuccess, removeError
+ findSuccess, findError, updateSuccess, updateError, removeSuccess, removeError;
-t.step(function() {
+t.step(function () {
removeSuccess = t.step_func(function () {
t.done();
-->
-<html lang="en">
+<html>
<head>
<title>Message_attachments_exist</title>
</script>
</body>
-</html>
\ No newline at end of file
+</html>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_attachments_attribute</title>
+<title>Message_email_attachments_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 Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Message_to_attribute</title>
+<title>Message_email_bcc_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 Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_body_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_cc_attribute</title>
<meta charset="utf-8"/>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_constructor</title>
<meta charset="utf-8"/>
//==== TEST: Message_email_constructor
//==== LABEL check new tizen.Message(MessageServiceTag type, MessageInit messageInitDict?) works for email (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 () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_constructor_messageInitDict_function</title>
<meta charset="utf-8"/>
//==== TEST: Message_email_constructor_messageInitDict_function
//==== LABEL check if Message_email_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 () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_constructor_messageInitDict_object</title>
<meta charset="utf-8"/>
//==== TEST: Message_email_constructor_messageInitDict_object
//==== LABEL check if Message_email_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 () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title> Message_email_constructor_minargs</title>
+<title>Message_email_constructor_minargs</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/messaging_common.js"></script>
</head>
//==== TEST: Message_email_constructor_minargs
//==== LABEL check if Message_email_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 () {
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_conversationId_attribute</title>
<meta charset="utf-8"/>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_extend</title>
<meta charset="utf-8"/>
//==== PRIORITY P3
//==== LABEL Check if instance of interface Message (email) 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 Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_folderId_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_from_attribute</title>
<meta charset="utf-8"/>
assert_unreached("getEmailService() error callback: name:" + error.name + ", msg:" + error.message);
});
- getEmailService(t, serviceSuccess, serviceError);
+ getEmailService(t, serviceSuccess, serviceError);
});
</script>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_hasAttachment_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_id_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_inResponseTo_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_isHighPriority_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_isRead_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_messageStatus_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_subject_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_timestamp_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_to_attribute</title>
<meta charset="utf-8"/>
Authors:
- Piotr Szydelko <p.szydelko@samsung.com>
- Jakub Siewierski <j.siewierski@samsung.com>
+ Piotr Szydelko <p.szydelko@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_email_type_attribute</title>
<meta charset="utf-8"/>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Message_exist</title>
<meta charset="utf-8"/>
<html>
<head>
-<title>check if the attribute hasAttachment in Message</title>
+<title>Message_hasAttachment_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.email", serviceSuccess, serviceError);
});
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_email_messagesadded_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_email_messagesadded_with_filter
//==== LABEL Check if MessagesChangeCallback.messagesadded works properly - email, 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
filter = new tizen.AttributeFilter("subject", "EXACTLY", matchMessage.subject);
watcherId = service.messageStorage.addMessagesChangeListener(changeCallback, filter);
- service.messageStorage.addDraftMessage(mismatchMessage, null, addDraftError);
+ service.messageStorage.addDraftMessage(mismatchMessage, null, addDraftError);
service.messageStorage.addDraftMessage(matchMessage, null, addDraftError);
});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_email_messagesadded_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_email_messagesadded_without_filter
//==== LABEL Check if MessagesChangeCallback.messagesadded works properly - email, 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_email_messagesremoved_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_email_messagesremoved_with_filter
//==== LABEL Check if MessagesChangeCallback.messagesremoved works properly - email, 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_email_messagesremoved_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_email_messagesremoved_without_filter
//==== LABEL Check if MessagesChangeCallback.messagesremoved works properly - email, 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_email_messagesupdated_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_email_messagesupdated_with_filter
//==== LABEL Check if MessagesChangeCallback.messagesupdated works properly - email, 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBOA CBT
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_email_messagesupdated_without_filter</title>
<meta charset="utf-8"/>
//==== TEST: MessagesChangeCallback_email_messagesupdated_without_filter
//==== LABEL Check if MessagesChangeCallback.messagesupdated works properly - email, 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 180
//==== TIMEOUT 180
//==== TEST_CRITERIA CBT CBOA
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>MessagesChangeCallback_notexist</title>
<meta charset="utf-8"/>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_email_getMessageServices</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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: 180000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_email_getMessageServices_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MC
setup({timeout: 180000});
var t = async_test("Messaging_email_getMessageServices_errorCallback_TypeMismatch", {timeout:180000}),
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_email_getMessageServices_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if getMessageServices (email) 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
//==== TEST_CRITERIA MTCB
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_email_getMessageServices_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MC
setup({timeout: 180000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_email_getMessageServices_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MTCB
setup({timeout: 180000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_email_getMessageServices_with_errorCallback</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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
setup({timeout: 180000});
var t = async_test("Messaging_email_getMessageServices_with_errorCallback", {timeout:180000});
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
<html>
//==== LABEL check if Messaging is extendable
//==== PRIORITY P3
//==== SPEC Tizen Web API:Communication:Messaging:Messaging:Messaging 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:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_getMessageServices_exist</title>
<meta charset="utf-8"/>
//==== TEST: Messaging_getMessageServices_exist
//==== LABEL Check if method getMessageServices exists
//==== 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 ME
test(function () {
assert_true("getMessageServices" in tizen.messaging, "No getMessageServices method in messaging");
check_method_exists(tizen.messaging, "getMessageServices");
}, "Messaging_getMessageServices_exist");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_getMessageServices_messageServiceType_TypeMismatch</title>
<meta charset="utf-8"/>
//==== ONLOAD_DELAY 180
//==== TIMEOUT 180
//==== 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 MC
setup({timeout: 180000});
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_getMessageServices_missarg</title>
<meta charset="utf-8"/>
//==== TEST: Messaging_getMessageServices_missarg
//==== LABEL Check getMessageServices with missing non-optional argument.
//==== 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 MMA
test(function () {
assert_throws({name : TYPE_MISMATCH_ERR},
tizen.messaging.getMessageServices();
}, TYPE_MISMATCH_ERR + " should be thrown - missing argument");
}, "Messaging_getMessageServices_missarg");
+
</script>
</body>
</html>
Authors:
- Jakub Siewierski <j.siewierski@samsung.com>
+ Jakub Siewierski <j.siewierski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Messaging_notexist</title>
<meta charset="utf-8"/>
<specs>
<spec>
<spec_assertion interface="MessageArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="MessageAttachmentSuccessCallback" 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="MessageAttachment" 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="MessageAttachment" element_type="attribute" element_name="filePath" 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="MessageAttachment" element_type="attribute" element_name="id" 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="MessageAttachment" 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="MessageAttachment" element_type="attribute" element_name="mimeType" 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="MessageBodySuccessCallback" 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="MessageBodySuccessCallback" 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" 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="htmlBody" 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="inlineAttachments" 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="MessageConversationArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="MessageConversation" element_type="attribute" element_name="bcc" 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="MessageConversation" element_type="attribute" element_name="cc" 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="MessageConversation" 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="MessageConversation" element_type="attribute" element_name="from" 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="MessageConversation" element_type="attribute" element_name="isRead" 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="MessageConversation" element_type="attribute" element_name="lastMessageId" 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="MessageConversation" element_type="attribute" element_name="messageCount" 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="MessageConversation" element_type="attribute" element_name="preview" 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="MessageConversation" element_type="attribute" element_name="subject" 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="MessageConversation" element_type="attribute" element_name="timestamp" 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="MessageConversation" element_type="attribute" element_name="to" 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="MessageConversation" element_type="attribute" element_name="type" 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="MessageConversation" element_type="attribute" element_name="unreadMessages" 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="MessageFolderArraySuccessCallback" 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="MessageFolder" element_type="attribute" element_name="contentType" 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 </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="MessageFolder" element_type="attribute" element_name="contentType" 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="MessageFolder" 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="MessageFolder" element_type="attribute" element_name="id" 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="MessageFolder" element_type="attribute" element_name="name" 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="MessageFolder" element_type="attribute" element_name="parentId" 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="MessageFolder" element_type="attribute" element_name="path" 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="MessageFolder" element_type="attribute" element_name="synchronizable" 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="MessageFolder" element_type="attribute" element_name="type" 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="MessageFolder" element_type="attribute" element_name="id" 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 </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="MessageFolder" element_type="attribute" element_name="path" 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 </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="MessageFolder" element_type="attribute" element_name="type" 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 </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="MessageRecipientsCallback" 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="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" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="loadMessageAttachment" 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="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="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 (email) errorCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_email_sendMessage_errorCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (email) errorCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_email_sendMessage_errorCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageService_email_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 (email) successCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_email_sendMessage_successCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (email) successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageService_email_sendMessage_successCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageService_email_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="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="stopSync" 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="syncFolder" 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="sync" 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" element_type="method" element_name="sync" 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#syncidp342960</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/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="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="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="addFoldersChangeListener" 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="addFoldersChangeListener" 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="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="addFoldersChangeListener" 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="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/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/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/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/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/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/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/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="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="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="MessageStorage" element_type="method" element_name="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="findFolders" 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#findFoldersid2466935</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/topic/org.tizen.help.web.api.device/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="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="findFolders" specification="Messaging" section="Communication" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/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="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>
</testcase>
- <testcase purpose="Check argument errorCallback validation - use {onerror: function(){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageStorage_removeMessages_email_errorCallback_invalid_cb">
+ <testcase purpose="Check argument errorCallback validation - use {onerror: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageStorage_removeMessages_email_errorCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_errorCallback_invalid_cb.html</test_script_entry>
</description>
<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="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="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="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>
</testcase>
- <testcase purpose="Check argument successCallbac validation - use {onerror: function(){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageStorage_removeMessages_email_successCallback_invalid_cb">
+ <testcase purpose="Check argument successCallbac validation - use {onerror: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Messaging" execution_type="auto" priority="P2" id="MessageStorage_removeMessages_email_successCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_successCallback_invalid_cb.html</test_script_entry>
</description>
<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="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="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="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="Messaging" 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="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="MessageService" element_type="method" element_name="loadMessageAttachment" 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>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument MessageService.sendMessage (email) errorCallback validation - use {onsuccess: function(){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_email_sendMessage_errorCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (email) errorCallback validation - use {onsuccess: function (){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_email_sendMessage_errorCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_errorCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument MessageService.sendMessage (email) successCallback validation - use {onsuccess: function(){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_email_sendMessage_successCallback_invalid_cb">
+ <testcase purpose="Check argument MessageService.sendMessage (email) successCallback validation - use {onsuccess: function (){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageService_email_sendMessage_successCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_successCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument errorCallback validation - use {onerror: function(){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageStorage_removeMessages_email_errorCallback_invalid_cb">
+ <testcase purpose="Check argument errorCallback validation - use {onerror: function (){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageStorage_removeMessages_email_errorCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_errorCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument successCallbac validation - use {onerror: function(){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageStorage_removeMessages_email_successCallback_invalid_cb">
+ <testcase purpose="Check argument successCallbac validation - use {onerror: function (){}}" onload_delay="180" component="TizenAPI/Communication/Messaging" execution_type="auto" id="MessageStorage_removeMessages_email_successCallback_invalid_cb">
<description>
<test_script_entry timeout="180">/opt/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_successCallback_invalid_cb.html</test_script_entry>
</description>