phoneapp/phoneuicontrol/tsrc/ut_cphonestateidle/Src/ut_cphonestateidle.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
--- a/phoneapp/phoneuicontrol/tsrc/ut_cphonestateidle/Src/ut_cphonestateidle.cpp	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phoneuicontrol/tsrc/ut_cphonestateidle/Src/ut_cphonestateidle.cpp	Mon Oct 04 16:06:10 2010 +0300
@@ -220,20 +220,6 @@
     EUNIT_ASSERT_EQUALS( KErrNone, iMockContext->VerifyExpectations() );
     }
 
-void ut_cphonestateidle::T_HandleIdleForegroundEventL(  )
-    {
-    iMockContext->ExpectCallL( "CPhoneViewCommandHandleMock::ExecuteCommandL" ).
-            WithL( EPhoneViewBringIdleToForeground ).
-            TimesL(1);
-    iStateIdle->HandleIdleForegroundEventL();
-    EUNIT_ASSERT_EQUALS( KErrNone, iMockContext->VerifyExpectations() );
-    }
-
-void ut_cphonestateidle::T_HandlePhoneForegroundEventL(  )
-    {
-    iStateIdle->HandlePhoneForegroundEventL();
-    }
-
 void ut_cphonestateidle::T_HandleKeyMessageL(  )
     {
     _LIT( KPhoneNumber, "12345" );
@@ -505,21 +491,6 @@
     SetupL, T_IdleEndKeyPressGeneratesCancelNotificationsL, Teardown)
     
 EUNIT_TEST(
-    "Test4 - T_HandleIdleForegroundEventL",
-    "CPhoneIdleState",
-    "Test4",
-    "FUNCTIONALITY",
-    SetupL, T_HandleIdleForegroundEventL, Teardown)
- 
-
-EUNIT_TEST(
-    "Test6 - HandlePhoneForegroundEventL",
-    "CPhoneIdleState",
-    "Test6",
-    "FUNCTIONALITY",
-    SetupL, T_HandlePhoneForegroundEventL, Teardown)
-
-EUNIT_TEST(
     "Test7 - HandleKeyMessageL",
     "CPhoneIdleState",
     "Test7",