phoneapp/phoneuistates/tsrc/ut_cphoneerrormessageshandler/Src/ut_cphoneerrormessageshandler.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   297     VerifyNote( EPECallTypeVideo,   ECCPErrorCCCallRejected,                  EPhoneNoteCalledNumberHasBarredIncomingCalls );
   297     VerifyNote( EPECallTypeVideo,   ECCPErrorCCCallRejected,                  EPhoneNoteCalledNumberHasBarredIncomingCalls );
   298     iMockContext->Reset();
   298     iMockContext->Reset();
   299     
   299     
   300     EUNIT_PRINT( _L( "CS Voice call and ECCPErrorCCCallRejected" ) );
   300     EUNIT_PRINT( _L( "CS Voice call and ECCPErrorCCCallRejected" ) );
   301      iMockContext->InitializeL();
   301      iMockContext->InitializeL();
   302      VerifyNote( EPECallTypeCSVoice, ECCPErrorCCCallRejected, EPhoneNoteCalledNumberHasBarredIncomingCalls);
   302      VerifyNote( EPECallTypeCSVoice, ECCPErrorCCCallRejected, EPhoneNoteCallInfoCauseValue21);
   303     iMockContext->Reset();
   303     iMockContext->Reset();
   304     
   304     
   305     EUNIT_PRINT( _L( "Video call and ECCPErrorNoAnswerForVideo" ) );
   305     EUNIT_PRINT( _L( "Video call and ECCPErrorNoAnswerForVideo" ) );
   306      iMockContext->InitializeL();
   306      iMockContext->InitializeL();
   307     VerifyNote( EPECallTypeVideo,   ECCPErrorNoAnswerForVideo,                EPhoneNotePhoneOutOf3GCoverage );
   307     VerifyNote( EPECallTypeVideo,   ECCPErrorNoAnswerForVideo,                EPhoneNotePhoneOutOf3GCoverage );