telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchsrc/cctsycallcontrolfu.cpp
branchRCL_3
changeset 7 fe8b59ab9fa0
parent 5 7ef16719d8cb
equal deleted inserted replaced
6:fc69e1e37771 7:fe8b59ab9fa0
   980 	ASSERT_EQUALS(RMobileCall::EStatusHold, callStatus);
   980 	ASSERT_EQUALS(RMobileCall::EStatusHold, callStatus);
   981 	
   981 	
   982 	mobileCall.NotifyMobileCallStatusChange(notifyStatus, callStatus);
   982 	mobileCall.NotifyMobileCallStatusChange(notifyStatus, callStatus);
   983 
   983 
   984 	// Swapping single call again, back to connected.
   984 	// Swapping single call again, back to connected.
   985 	swapStatus;
       
   986 	mobileCall.Swap(swapStatus);
   985 	mobileCall.Swap(swapStatus);
   987 	User::WaitForRequest(swapStatus);
   986 	User::WaitForRequest(swapStatus);
   988 	ASSERT_EQUALS(KErrNone, swapStatus.Int());
   987 	ASSERT_EQUALS(KErrNone, swapStatus.Int());
   989 
   988 
   990 	User::WaitForRequest(notifyStatus);
   989 	User::WaitForRequest(notifyStatus);