messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateSingleEntryInDraftsPass.ini
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 
       
     2 // Clean down the message store.
       
     3 
       
     4 [GetBaseConstants]
       
     5 actionParam	= inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId
       
     6 
       
     7 [CreateSession]             
       
     8 actionParam	= session
       
     9 
       
    10 [CreateImap4Service]		
       
    11 actionParam	= session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId
       
    12 
       
    13 [CreateSmtpService]			
       
    14 actionParam	= session _ _ _ _ "SmtpService" smtpServiceId
       
    15 
       
    16 [CheckChildrenCount1]		
       
    17 actionParam	= session draftsFolderId 1
       
    18 
       
    19 [EMsvCreateEntryParams]
       
    20 actionParam	= smtpServiceId draftsFolderId 1 _ 1 1 
       
    21 	// argumet[2]	= 0 => service entry.
       
    22 	//		= 1 => local service.
       
    23 	//		= 2 => remote entry service. 
       
    24 	// argument[3]	= 1 => use the proxy servers security id
       
    25 	//		= 0 => use the test servers security id.
       
    26 	// argument[4]	= 1 => we have enough caps to check whether the message was created
       
    27 	//		= 0 => we do not have enough caps to check whether the message was created
       
    28 	// argument[5]	= 1 => test is expected to pass
       
    29 	//		= 0 =>expected to fail.
       
    30 
       
    31 
       
    32 	
       
    33 
       
    34