telephonyserverplugins/common_tsy/test/component/src/cctsyconferencecallcontrolfu.cpp
branchRCL_3
changeset 14 7ef16719d8cb
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/telephonyserverplugins/common_tsy/test/component/src/cctsyconferencecallcontrolfu.cpp	Fri Feb 19 23:59:33 2010 +0200
+++ b/telephonyserverplugins/common_tsy/test/component/src/cctsyconferencecallcontrolfu.cpp	Fri Mar 12 15:49:38 2010 +0200
@@ -3337,6 +3337,7 @@
 
 	OpenEtelServerL(EUseExtendedError);
 	CleanupStack::PushL(TCleanupItem(Cleanup,this));
+	
 	OpenPhoneL();
 
 	RBuf8 data;
@@ -3419,14 +3420,7 @@
 	TRequestStatus mockLtsyStatus;
 	iMockLTSY.NotifyTerminated(mockLtsyStatus);      
 	iMockLTSY.CompleteL(EMobileCallNotifyMobileCallStatusChange, KErrNone, data);
-	    
-	// when call becomes idle, remaining duration of the call is added to life time param in LTSY:		
-	TUint32 duration = 5;	// this is a dummy value, which won't be checked by mocksy engine
-	TMockLtsyData1<TUint32> ltsyData( duration );
-	data.Close();
-	ltsyData.SerialiseL(data);	
-	iMockLTSY.ExpectL(EMmTsyUpdateLifeTimeIPC, data);	            
-	    
+	 
 	User::WaitForRequest(mockLtsyStatus); 	
 	ASSERT_EQUALS(KErrNone, mockLtsyStatus.Int());   	
 
@@ -3434,7 +3428,7 @@
 	User::WaitForRequest(reqStatus);
 	// CTSY has no cancel for this ipc, so request completes with KErrNone
 	ASSERT_EQUALS(KErrNone, reqStatus.Int());
-
+	
 	AssertMockLtsyStatusL();
 	CleanupStack::PopAndDestroy(10, this); // call5, call4, call3, call2, call, line, callsInConference, conferenceCall, data, this
 	
@@ -4389,9 +4383,6 @@
 	// RMobileConferenceCall::GetMobileCallInfo
  	//-------------------------------------------------------------------------
 
-	ERR_PRINTF2(_L("<font color=Orange>$CTSYKnownFailure: defect id = %d</font>"), 201701);	
-    ASSERT_TRUE(EFalse);
-
 	TBuf8<1> smallSizeBuf;
 	res = conferenceCall.GetMobileCallInfo(0, smallSizeBuf);
     ASSERT_TRUE(KErrNone != res);