telephonyserverplugins/common_tsy/test/component/src/cctsyfixeddiallingfu.cpp
branchRCL_3
changeset 8 3f227a47ad75
parent 3 962e6306d9d2
child 19 630d2f34d719
equal deleted inserted replaced
7:fe8b59ab9fa0 8:3f227a47ad75
   200     ASSERT_EQUALS(KErrNone, errorCode);
   200     ASSERT_EQUALS(KErrNone, errorCode);
   201 	CleanupClosePushL(call);
   201 	CleanupClosePushL(call);
   202 	//-------------------------------------------------------------------------      
   202 	//-------------------------------------------------------------------------      
   203     
   203     
   204  	// data for ExpectL 		
   204  	// data for ExpectL 		
   205  	callInfo.iRemoteParty.iDirection = RMobileCall::EMobileTerminated; 	
   205  	callInfo.iRemoteParty.iDirection = RMobileCall::EDirectionUnknown; 	
   206  	
   206  	
   207  	TMockLtsyCallData2< RMobileCall::TMobileCallParamsV1, RMobileCall::TMobileCallInfoV1 >
   207  	TMockLtsyCallData2< RMobileCall::TMobileCallParamsV1, RMobileCall::TMobileCallInfoV1 >
   208     											 mockCallData2(callId, mobileService, callParams, callInfo);
   208     											 mockCallData2(callId, mobileService, callParams, callInfo);
   209     expectData.Close();
   209     expectData.Close();
   210     mockCallData2.SerialiseL(expectData);
   210     mockCallData2.SerialiseL(expectData);