messagingfw/msgtestfw/TestCases/ScriptedTestCases/CenRepTests/20_ModifyDefaultSMTPService.ini
equal
deleted
inserted
replaced
|
1 [CreateSession] |
|
2 actionParam = session |
|
3 |
|
4 [CreateSmtpService1] |
|
5 actionParam = session _ _ _ _ "SmtpServiceA" serviceId1 |
|
6 |
|
7 [CreateRegistry] |
|
8 actionParam = session registry |
|
9 |
|
10 [CreateSmtpMtm] |
|
11 actionParam = session serviceId1 registry smtpMtm |
|
12 |
|
13 [ChangeDefaultSmtpService1] |
|
14 actionParam = serviceId1 smtpMtm |
|
15 |
|
16 [GetDefaultSmtpService1] |
|
17 actionParam = smtpMtm 0 serviceId2 |
|
18 |
|
19 [CompareNumbers1] |
|
20 actionParam = serviceId1 serviceId2 1 |
|
21 |
|
22 [CreateSmtpService2] |
|
23 actionParam = session _ _ _ _ "SmtpServiceB" serviceId3 |
|
24 |
|
25 [ChangeDefaultSmtpService2] |
|
26 actionParam = serviceId3 smtpMtm |
|
27 |
|
28 [GetDefaultSmtpService2] |
|
29 actionParam = smtpMtm 0 serviceId4 |
|
30 |
|
31 [CompareNumbers2] |
|
32 actionParam = serviceId3 serviceId4 1 |
|
33 |
|
34 [GetDefaultSmtpService3] |
|
35 actionParam = smtpMtm 1 serviceId5 |
|
36 |
|
37 [CreatePopAccount1] |
|
38 actionParam = "Account2" "c:\msgtest\TestFramework\Configurations\EmailSettings\Pop3Settings-lon-cn-exchng2k_CR1.txt" accountId2 PopSettings PopPrefs SmtpSettings SmtpPrefs |
|
39 |