messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/21-IR_AddLinkedAttachmentInvalidFilePath.INI
equal
deleted
inserted
replaced
|
1 [GetConstants] |
|
2 actionParam = inboxId outboxId draftsId sentId deletedId |
|
3 |
|
4 [GetIrMTMUId] |
|
5 actionParam = irUid |
|
6 |
|
7 [SessionId] |
|
8 actionParam = thisSession |
|
9 |
|
10 [CreateIrService] |
|
11 actionParam = thisSession irUid _ _ _ _ "IRService" irServiceId |
|
12 |
|
13 [CreateRegistry] |
|
14 actionParam = thisSession clientMTMRegistry |
|
15 |
|
16 [CreateMessage] |
|
17 actionParam = thisSession draftsId irUid irServiceId _ _ _ "IRMessage" "IRMessageDetails" messageId |
|
18 |
|
19 [AddLinkedAttachment0] |
|
20 actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\testimage1.mbm" "image/x-epoc-mbm" attachmentId _ |
|
21 |
|
22 [AddLinkedAttachment1] |
|
23 actionParam = thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\InvalidTestImagePath.jpg" "image/jpg" attachmentId errorCode |
|
24 |
|
25 [CountAttachments] |
|
26 actionParam = thisSession messageId 1 attachmentCount |
|
27 |
|
28 [CheckErrorCode] |
|
29 actionParam = errorCode -1 |