messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/21-SMTP_AddLinkedAttachmentInvalidFilePath.INI
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:37:42 +0100
branchCompilerCompatibility
changeset 12 ef2bc9d0adde
parent 0 8e480a14352b
permissions -rw-r--r--
Fixed "extra qualification" syntax errors.

[GetConstants]
actionParam	= inboxId outboxId draftsId sentId deletedId

[SmtpMTMUId]
actionParam	= smtpUid

[SessionId]
actionParam	= thisSession

[CreateSmtpService]
actionParam	= thisSession smtpUid _ _ _ _ "SmtpService" smtpServiceId

[CreateRegistry]
actionParam	= thisSession clientMTMRegistry

[SetDefaultConfigurationEMailFile]
actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\AttachmentAPI_SimpleEmail01.txt"

[CreateSmtpMessageFromEmailFile]
actionParam	= thisSession smtpServiceId outboxId 0 messageId

[SmtpAddLinkedAttachment]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\InvalidFilePathImage.jpg" "image/jpg" attachmentId errorCode

[SmtpCountAttachments]
actionParam	= thisSession messageId 0 attachmentCount

[CheckErrorCode]
actionParam	= errorCode -1