diff -r 9f5ae1728557 -r db3f5fa34ec7 messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/03-IR_AddAttachmentFromPublicArea.INI --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/03-IR_AddAttachmentFromPublicArea.INI Wed Nov 03 22:41:46 2010 +0530 @@ -0,0 +1,23 @@ +[GetConstants] +actionParam = inboxId outboxId draftsId sentId deletedId + +[GetIrMTMUId] +actionParam = irUid + +[SessionId] +actionParam = thisSession + +[CreateIrService] +actionParam = thisSession irUid _ _ _ _ "IRService" irServiceId + +[CreateRegistry] +actionParam = thisSession clientMTMRegistry + +[CreateMessage] +actionParam = thisSession draftsId irUid irServiceId _ _ _ "IRMessage" "IRMessageDetails" messageId + +[AddFileAttachmentByPath] +actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\TestFile.txt" "text/plain" attachmentId + +[CountAttachments] +actionParam = thisSession messageId 1 attachmentCount \ No newline at end of file