phoneapp/phoneuistates/tsrc/ut_cphonesinglecall/Src/ut_cphonesinglecall.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
--- a/phoneapp/phoneuistates/tsrc/ut_cphonesinglecall/Src/ut_cphonesinglecall.cpp	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phoneuistates/tsrc/ut_cphonesinglecall/Src/ut_cphonesinglecall.cpp	Mon Oct 04 16:06:10 2010 +0300
@@ -127,9 +127,8 @@
 void ut_cphonesinglecall::T_HandleConnectedL( )
     {
     const TInt callId( 0 );
-    iMockContext->ExpectCallL("CPhoneState::UpdateUiCommands");
-    iMockContext->ExpectCallL("CPhoneViewCommandHandleMock::ExecuteCommandL").
-        WithL<TPhoneViewCommandId, TInt>(EPhoneViewUpdateBubble, callId);
+    iMockContext->ExpectCallL("CPhoneState::UpdateCallHeaderAndUiCommandsL").
+        WithL<TInt>(callId);
         
     iStateSingleCall->HandlePhoneEngineMessageL( MEngineMonitor::EPEMessageConnected, callId );