messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateSingleEntryInDraftsUseTestSecurityIdPass.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" "none" imap4ServiceId |
|
12 |
|
13 [CreateSmtpService] |
|
14 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
15 |
|
16 [CheckChildrenCount1] |
|
17 actionParam = session draftsFolderId 1 |
|
18 |
|
19 [EMsvCreateEntryParams] |
|
20 actionParam = smtpServiceId draftsFolderId 1 0 0 1 |
|
21 // argumet[2] = 0 => service entry. |
|
22 // = 1 => local service. |
|
23 // = 2 => remote entry service. |
|
24 // argumet[3] = 1 => use the proxy servers security id |
|
25 // = 0 => use the test servers security id. |
|
26 // argumet[4] = 1 => can read back the message after it has been put in the store. |
|
27 // = 0 => unable to read the message back. |
|
28 // argumet[5] = 1 => test is expected to pass |
|
29 // = 0 =>expected to fail. |
|
30 |
|
31 |
|
32 |
|
33 |
|
34 |