messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateEntryInEntryUseTestSecurity.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 [LoadMsvIdParamToFile] |
|
20 actionParam = entryId "c:\msgtest\SaveIntParamToFile.txt" |
|
21 |
|
22 [GetEntryTypes] |
|
23 actionParam = message folder text html attachment |
|
24 |
|
25 [GetMtms] |
|
26 actionParam = imapMtm popMtm smtpMtm |
|
27 |
|
28 [CreateEntry] |
|
29 actionParam = session message entryId smtpMtm smtpServiceId _ _ _ "entry2" _ entryId2 |
|
30 |
|
31 // argument[2] = 0 => service entry. |
|
32 // = 1 => local service. |
|
33 // = 2 => remote entry service. |
|
34 // argument[3] = 1 => use the proxy servers security id |
|
35 // = 0 => use the test servers security id. |
|
36 // argument[4] = 1 => we have enough caps to check whether the message was created |
|
37 // = 0 => we do not have enough caps to check whether the message was created |
|
38 // argument[5] = 1 => test is expected to pass |
|
39 // = 0 =>expected to fail. |
|
40 [EMsvCreateEntryPass] |
|
41 actionParam = smtpServiceId entryId2 1 0 1 1 |
|
42 |
|
43 [EMsvCreateEntryFail] |
|
44 actionParam = smtpServiceId entryId2 1 0 0 0 |