diff -r d1c62c765e48 -r cfea66083b62 phoneapp/phoneuistates/tsrc/ut_cphonesinglecall/Src/ut_cphonesinglecall.cpp --- 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(EPhoneViewUpdateBubble, callId); + iMockContext->ExpectCallL("CPhoneState::UpdateCallHeaderAndUiCommandsL"). + WithL(callId); iStateSingleCall->HandlePhoneEngineMessageL( MEngineMonitor::EPEMessageConnected, callId );