messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SendMtmCommandPass.ini
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SendMtmCommandPass.ini Mon Jan 18 20:36:02 2010 +0200
@@ -0,0 +1,40 @@
+
+// Clean down the message store.
+
+[GetBaseConstants]
+actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId
+
+[CreateSession]
+actionParam = session
+
+[CreateImap4Service]
+actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt" imap4ServiceId
+
+[CreateSmtpService]
+actionParam = session _ _ _ _ "SmtpService" smtpServiceId
+
+[CreateRegistry]
+actionParam = session clientMtmRegistry
+
+[CreateImap4Mtm]
+actionParam = session imap4ServiceId clientMtmRegistry imap4Mtm
+
+[CreateSmtpMtm]
+actionParam = session smtpServiceId clientMtmRegistry smtpMtm
+
+[SetImap4ServiceParameters]
+actionParam = session imap4ServiceId _
+
+[SetSmtpServiceParameters]
+actionParam = session smtpServiceId _
+
+
+[EMsvSendMtmCommandParams]
+actionParam = smtpMtm 1
+ // argumet[1] = 1 => test is expected to pass
+ // = 0 =>expected to fail.
+
+
+
+
+