|
1 [Init1] |
|
2 actionParam = 1 _ telServer |
|
3 |
|
4 [StartWatchers] |
|
5 actionParam = watchers _ |
|
6 |
|
7 [Sleep10] |
|
8 actionParam = 10 |
|
9 |
|
10 [Sleep60] |
|
11 actionParam = 60 |
|
12 |
|
13 [GetBaseConstants] |
|
14 actionParam = inbox outbox draft sent deleted |
|
15 |
|
16 [SetSettingsFile] |
|
17 actionParam = "c:\msgtest\TestFramework\Configurations\UTCSupport\CM-SMS-UTC-I-0005-ReceiveSMSSettings.txt" |
|
18 |
|
19 [SetSmsMessageConfigFile] |
|
20 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmsMessage "c:\msgtest\TestFramework\Configurations\UTCSupport\CM-SMS-UTC-I-0005-ReceiveSMS.txt" |
|
21 |
|
22 [CreateSession] |
|
23 actionParam = session |
|
24 |
|
25 [CreateRegistry] |
|
26 actionParam = session registry |
|
27 |
|
28 [CreateSmsService] |
|
29 actionParam = session _ _ _ _ _ svcid |
|
30 |
|
31 [SetSmsSettings] |
|
32 actionParam = session svcid |
|
33 |
|
34 [SetSchSendSettings] |
|
35 actionParam = session svcid 0 |
|
36 |
|
37 [CreateMtm] |
|
38 actionParam = session svcid registry mtm |
|
39 |
|
40 [EmptyOutbox] |
|
41 actionParam = session outbox |
|
42 |
|
43 [EmptySent] |
|
44 actionParam = session sent |
|
45 |
|
46 [EmptyInbox] |
|
47 actionParam = session inbox |
|
48 |
|
49 |
|
50 [GetSmsConstants] |
|
51 actionParam = mtmid |
|
52 |
|
53 [CreateMessage] |
|
54 actionParam = session outbox svcid _ msgid |
|
55 |
|
56 [CreateSelection] |
|
57 actionParam = receivedOrderSelection |
|
58 |
|
59 [AppendToSelection1] |
|
60 actionParam = receivedOrderSelection receivedmsgid1 |
|
61 |
|
62 [AppendToSelection2] |
|
63 actionParam = receivedOrderSelection receivedmsgid2 |
|
64 |
|
65 [OrderedSelection] |
|
66 actionParam = session inbox 1 0 1 orderedSelection |
|
67 // Session, ParentId, Sorting (EMsvSortByDate=1), Grouping (KMsvNoGrouping=0), IncludeVisible (Etrue=1), Selection |
|
68 |
|
69 [CompareSelections] |
|
70 actionParam = session receivedOrderSelection orderedSelection |
|
71 |
|
72 [NetAvailable] |
|
73 actionParam = 5 |
|
74 |
|
75 [NetStrengthHigh] |
|
76 actionParam = 6 |
|
77 |
|
78 [Sleep3] |
|
79 actionParam = 3 |
|
80 |
|
81 [CheckChildrenCountOutbox0] |
|
82 actionParam = session outbox 0 |
|
83 |
|
84 [CheckChildrenCountSent0] |
|
85 actionParam = session sent 0 |
|
86 |
|
87 [CheckChildrenCountInbox0] |
|
88 actionParam = session inbox 0 |
|
89 |
|
90 [CheckChildrenCountOutbox1] |
|
91 actionParam = session outbox 1 |
|
92 |
|
93 [CheckChildrenCountSent1] |
|
94 actionParam = session sent 1 |
|
95 |
|
96 [CheckChildrenCountInbox1] |
|
97 actionParam = session inbox 1 |
|
98 |
|
99 [CheckChildrenCountSent2] |
|
100 actionParam = session sent 2 |
|
101 |
|
102 [CheckChildrenCountInbox2] |
|
103 actionParam = session inbox 2 |
|
104 |
|
105 [FindEntryByName1] |
|
106 actionParam = session inbox "TestTextE_1_2" receivedmsgid1 |
|
107 |
|
108 [FindEntryByName2] |
|
109 actionParam = session inbox "TestTextE_1_B" receivedmsgid2 |
|
110 |
|
111 [SetUTCOffset1] |
|
112 actionParam = -3600 |
|
113 |
|
114 [SetUTCOffset2] |
|
115 actionParam = 3600 |
|
116 |
|
117 [CopyEntry] |
|
118 actionParam = session msgid svcid |
|
119 |
|
120 [UnloadPhoneModule] |
|
121 actionParam = _ telServer |