telephonyserverplugins/common_tsy/test/component/src/cctsyfixeddiallingfu.cpp
changeset 23 6b1d113cdff3
parent 19 1f776524b15c
child 24 6638e7f4bd8f
child 64 b34bb05ac869
equal deleted inserted replaced
20:244d7c5f118e 23:6b1d113cdff3
   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);