phoneapp/phoneuistates/tsrc/ut_cphoneconferenceandwaiting/Src/ut_cphoneconferenceandwaiting.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
--- a/phoneapp/phoneuistates/tsrc/ut_cphoneconferenceandwaiting/Src/ut_cphoneconferenceandwaiting.cpp	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phoneuistates/tsrc/ut_cphoneconferenceandwaiting/Src/ut_cphoneconferenceandwaiting.cpp	Mon Oct 04 16:06:10 2010 +0300
@@ -155,8 +155,8 @@
 //  
 void ut_cphoneconferenceandwaiting::T_HandleConnected_1L(  )
     {           
-    iMockContext->ExpectCallL( "CPhoneViewCommandHandleMock::ExecuteCommandL" ).
-        WithL<TPhoneViewCommandId, TInt> ( EPhoneViewUpdateBubble, 2 );
+    iMockContext->ExpectCallL( "CPhoneState::UpdateCallHeaderAndUiCommandsL" ).
+        WithL<TInt> ( 2 );
     
     iMockContext->ExpectCallL( "CPhoneStateMachine::ChangeState" ).
         WithL<TInt> ( EPhoneStateConferenceAndSingle );
@@ -173,8 +173,8 @@
 //  
 void ut_cphoneconferenceandwaiting::T_HandleConnected_2L(  )
     {
-    iMockContext->ExpectCallL( "CPhoneViewCommandHandleMock::ExecuteCommandL" ).
-        WithL<TPhoneViewCommandId, TInt> ( EPhoneViewUpdateBubble, 0 );
+    iMockContext->ExpectCallL( "CPhoneState::UpdateCallHeader" ).
+        WithL<TInt> ( 0 );
 
     iStateConferenceAndWaiting->HandlePhoneEngineMessageL( MEngineMonitor::EPEMessageConnected, 0 );