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