diff -r 9f5ae1728557 -r db3f5fa34ec7 messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_ChangeSingleEntryInDraftsFail.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_ChangeSingleEntryInDraftsFail.ini Wed Nov 03 22:41:46 2010 +0530 @@ -0,0 +1,30 @@ + +// Clean down the message store. + +[GetBaseConstants] +actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId + +[CreateSession] +actionParam = session + +[CreateImap4Service] +actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId + +[CreateSmtpService] +actionParam = session _ _ _ _ "SmtpService" smtpServiceId + +[LoadMsvIdParamToFile] +actionParam = smtpMessageId "c:\msgtest\SaveIntParamToFile.txt" + +[CheckChildrenCount1] +actionParam = session draftsFolderId 1 + +[EMsvGetEntryParams] +actionParam = smtpServiceId smtpMessageId draftsFolderId 1 0 + // argumet[3] = 0 => service entry. + // = 1 => local service. + // = 2 => remote entry service. + // argumet[4] = 1 => test is expected to pass + // = 0 =>expected to fail. + +