messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateMultipleEntryInbox.ini
equal
deleted
inserted
replaced
|
1 |
|
2 [GetBaseConstants] |
|
3 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
4 |
|
5 [CreateSession] |
|
6 actionParam = session |
|
7 |
|
8 // Now put a single email in the inbox. |
|
9 |
|
10 [CreateImap4Service] |
|
11 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt" imap4ServiceId |
|
12 |
|
13 [CreateSmtpService] |
|
14 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
15 |
|
16 |
|
17 [CreateRegistry] |
|
18 actionParam = session clientMtmRegistry |
|
19 |
|
20 [SetDefaultConfiguration0] |
|
21 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfImap4Settings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt" |
|
22 //???? Must be changed to own directory for this test otherwise changing other people changing (valid as is) will break this test. |
|
23 |
|
24 [SetDefaultConfiguration1] |
|
25 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCSmtpSettings.txt" |
|
26 //???? Must be changed to own directory for this test otherwise changing other people changing (valid as is) will break this test. |
|
27 |
|
28 [SetDefaultConfiguration2] |
|
29 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\Email-Simple.txt" |
|
30 //???? Must be changed to own directory for this test otherwise changing other people changing (valid as is) will break this test. |
|
31 |
|
32 [SetImap4ServiceParameters] |
|
33 actionParam = session imap4ServiceId _ |
|
34 |
|
35 [SetSmtpServiceParameters] |
|
36 actionParam = session smtpServiceId _ |
|
37 |
|
38 [CreateSmtpMessageFromEmailFile0] |
|
39 actionParam = session smtpServiceId draftsFolderId 0 smtpMessageId |
|
40 |
|
41 [SleepDelay] |
|
42 actionParam = 1 |