messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateEntryInEntry.ini
equal
deleted
inserted
replaced
|
1 [CreateSession] |
|
2 actionParam = session |
|
3 |
|
4 [CreateImap4Service] |
|
5 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId |
|
6 |
|
7 [CreateSmtpService] |
|
8 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
9 |
|
10 [LoadMsvIdParamToFile] |
|
11 actionParam = entryId "c:\msgtest\SaveIntParamToFile.txt" |
|
12 |
|
13 [GetEntryTypes] |
|
14 actionParam = message folder text html attachment |
|
15 |
|
16 [GetMtms] |
|
17 actionParam = imapMtm popMtm smtpMtm |
|
18 |
|
19 [CreateEntry] |
|
20 actionParam = session message entryId smtpMtm smtpServiceId _ _ _ "entry2" _ entryId2 |
|
21 |
|
22 // argument[2] = 0 => service entry. |
|
23 // = 1 => local service. |
|
24 // = 2 => remote entry service. |
|
25 // argument[3] = 1 => use the proxy servers security id |
|
26 // = 0 => use the test servers security id. |
|
27 // argument[4] = 1 => we have enough caps to check whether the message was created |
|
28 // = 0 => we do not have enough caps to check whether the message was created |
|
29 // argument[5] = 1 => test is expected to pass |
|
30 // = 0 =>expected to fail. |
|
31 [EMsvCreateEntryPass] |
|
32 actionParam = smtpServiceId entryId2 1 1 1 1 |
|
33 |
|
34 [EMsvCreateEntryFail] |
|
35 actionParam = smtpServiceId entryId2 1 1 1 0 |