messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/RemoveAttachment.ini
author Pat Downey <patd@symbian.org>
Fri, 04 Jun 2010 10:32:16 +0100
changeset 22 bde600d88860
parent 0 8e480a14352b
permissions -rw-r--r--
Revert last code drop.

[SmsSettingsFiles]
actionParam	= "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsvodafone.txt" "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsorange.txt" "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsO2.txt"

[GetConstants]
actionParam	= inboxId outboxId draftsId sentId deletedId

[SmsUid]
actionParam	= smsUid

[SessionId]
actionParam	= thisSession

[SmsService2]
actionParam 	= thisSession _ 0 1 "C_drive_SMS_serv_desc" "C_drive_SMS_serv_det" cDrivesmsServiceId

[SmsSettingsOrange]
actionParam	= thisSession cDrivesmsServiceId 1

[CreateMessage]
actionParam	= thisSession draftsId smsUid cDrivesmsServiceId _ 0 1 "A_SMS_message_description" "SMS_details" messageId

[CreateMessageAttachment]
actionParam	= thisSession draftsId smsUid cDrivesmsServiceId _ 0 1 "A_SMS_message_description" "SMS_details" messageAttachmentId

[AddFileAttachmentByPath1]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachmentId

[AddFileAttachmentByPath2]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm" "image/x-epoc-mbm" attachmentToRemove

[AddLinkedAttachment]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachmentToRemove

[AddEntryAttachment]
actionParam	= thisSession messageId messageAttachmentId attachmentToRemove

[GetAttachmentIndexFromId]
actionParam	= thisSession messageId attachmentToRemove attachmentIndexToRemove

[RemoveAttachment]
actionParam	= thisSession messageId attachmentToRemove

[RemoveAttachmentByIndex]
actionParam	= thisSession messageId attachmentIndexToRemove

[CountAttachments1]
actionParam	= thisSession messageId 1 attachmentCount

[CountAttachments2]
actionParam	= thisSession messageId 2 attachmentCount

[CompareAttachment2]
actionParam	= thisSession messageId attachmentToRemove "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm"


[RenameAttachment]
actionParam	= thisSession messageId attachmentToRename "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample1.jpg"