messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SetupMoveEntriesInOutbox.ini
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SetupMoveEntriesInOutbox.ini Mon Jan 18 20:36:02 2010 +0200
@@ -0,0 +1,35 @@
+[GetBaseConstants]
+actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId
+
+[CreateSession]
+actionParam = session
+
+[CreateImap4Service]
+actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId
+
+[CreateSmtpService]
+actionParam = session _ _ _ _ "SmtpService" smtpServiceId
+
+[CreateSmsService]
+actionParam = session _ _ _ _ "SmsService" smsServiceId
+
+[GetEntryTypes]
+actionParam = message folder text html attachment
+
+[GetMtms]
+actionParam = imapMtm popMtm smtpMtm
+
+[GetSmsMtm]
+actionParam = smsMtm
+
+[CreateEntry1]
+actionParam = session message outboxFolderId smtpMtm smtpServiceId _ _ _ "smtpentry" _ smtpEntryId
+
+[CreateEntry2]
+actionParam = session message outboxFolderId smsMtm smsServiceId _ _ _ "smsentry" _ smsEntryId
+
+[SaveMsvidToFile1]
+actionParam = smtpEntryId "c:\msgtest\SaveMoveEntry2ToFile.txt"
+
+[SaveMsvidToFile2]
+actionParam = smsEntryId "c:\msgtest\SaveMoveEntry3ToFile.txt"