messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_ChangeSingleEntryInOutboxFail.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 10:13:14 +0300
branchRCL_3
changeset 16 b9bc42ac264b
parent 0 8e480a14352b
permissions -rw-r--r--
Revision: 201021 Kit: 2010123


// Clean down the message store.

[GetBaseConstants]
actionParam	= inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId

[CreateSession]             
actionParam	= session

[CreateSmtpService]			
actionParam	= session _ _ _ _ "SmtpService" smtpServiceId

[LoadMsvIdParamToFile]
actionParam	= smtpMessageId "c:\msgtest\SaveIntParamToFile.txt"

[CheckChildrenCount1]		
actionParam	= session outboxFolderId 1

[EMsvGetEntryParams]
actionParam	=  smtpServiceId smtpMessageId outboxFolderId 1 0 
	// argumet[3] = 0 => service entry.
	//			  = 1 => local service.
	//            = 2 => remote entry service. 
	// argumet[4] = 1 => test is expected to pass
	//			  = 0 =>expected to fail.