messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SendMtmCommandPass.ini
equal
deleted
inserted
replaced
|
1 |
|
2 // Clean down the message store. |
|
3 |
|
4 [GetBaseConstants] |
|
5 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
6 |
|
7 [CreateSession] |
|
8 actionParam = session |
|
9 |
|
10 [CreateImap4Service] |
|
11 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt" imap4ServiceId |
|
12 |
|
13 [CreateSmtpService] |
|
14 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
15 |
|
16 [CreateRegistry] |
|
17 actionParam = session clientMtmRegistry |
|
18 |
|
19 [CreateImap4Mtm] |
|
20 actionParam = session imap4ServiceId clientMtmRegistry imap4Mtm |
|
21 |
|
22 [CreateSmtpMtm] |
|
23 actionParam = session smtpServiceId clientMtmRegistry smtpMtm |
|
24 |
|
25 [SetImap4ServiceParameters] |
|
26 actionParam = session imap4ServiceId _ |
|
27 |
|
28 [SetSmtpServiceParameters] |
|
29 actionParam = session smtpServiceId _ |
|
30 |
|
31 |
|
32 [EMsvSendMtmCommandParams] |
|
33 actionParam = smtpMtm 1 |
|
34 // argumet[1] = 1 => test is expected to pass |
|
35 // = 0 =>expected to fail. |
|
36 |
|
37 |
|
38 |
|
39 |
|
40 |