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