diff -r 000000000000 -r 8e480a14352b messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-IR-CIT-0009-SetSubject.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-IR-CIT-0009-SetSubject.ini Mon Jan 18 20:36:02 2010 +0200 @@ -0,0 +1,50 @@ +[GetBaseConstants] +actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId + +[GetIRMTMUId] +actionParam = irTypeId + +[CreateSession] +actionParam = session + +[ResetMessageStore] +actionParam = session + +[CreateRegistry] +actionParam = session clientMtmRegistry + +[CreateService] +actionParam = session irTypeId _ _ _ _ "IRService" irServiceId + +[ChkChildrenCountDraft0] +actionParam = session draftsFolderId 0 + +[ConnectSendAsServer] +actionParam = 2 sendAs + +[CreateMessageofType1] +actionParam = sendAs irTypeId sendAsMessage + +[SendAsSetSubject] +actionParam = sendAsMessage "ThisisaSubject" 0 + +[SendAsSaveMessageAndClose] +actionParam = sendAsMessage + +[CloseSvrConnection] +actionParam = sendAs + +[CreateChildrenSelDraft] +actionParam = session draftsFolderId msgSelection + +[GetMessageAtIndex] +actionParam = msgSelection 0 msgId + +[GetEntry] +actionParam = session msgId msgEntry + +[VerifySubject] +actionParam = msgEntry "ThisisaSubject" + +[ChkChildrenCountDraft1] +actionParam = session draftsFolderId 1 \ No newline at end of file