messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/AddAttachmentByPath.ini
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/AddAttachmentByPath.ini Mon Jan 18 20:36:02 2010 +0200
@@ -0,0 +1,66 @@
+[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
+
+[AddFileAttachmentByPath]
+actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId
+
+[AddFileAttachmentByPath02]
+actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile02.txt" "text/plain" attachId02
+
+[AddFileAttachmentByPath03]
+actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm" "image/x-epoc-mbm" attachId03
+
+[AddFileAttachmentWithRevert]
+actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain"
+
+[AddFileAttachmentWithDestroy]
+actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain"
+
+[AddLargeFileAttachment]
+actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm" "image/x-epoc-mbm" attachLargeId
+
+[GetAttachmentInfoById]
+actionParam = thisSession messageId attachId attachInfo
+
+[GetAttachmentInfoById02]
+actionParam = thisSession messageId attachId02 attachInfo02
+
+[GetAttachmentInfoById03]
+actionParam = thisSession messageId attachId03 attachInfo03
+
+[CountAttachments]
+actionParam = thisSession messageId 3 attachCount
+
+[CountAttachmentsRevert]
+actionParam = thisSession messageId 1 attachCount
+
+[CountAttachmentsDestroy]
+actionParam = thisSession messageId 1 attachCount
+
+[CompareAttachmentLarge]
+actionParam = thisSession messageId attachLargeId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm"
+
+[AddFileAttachmentInvalidPath]
+actionParam = thisSession messageId "c:\invalidfile.txt" "text/plain" attachIdInvalid errorCode
+
+[CheckErrorCode01]
+actionParam = errorCode -1
+