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