telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
child 66 07a122eea281
--- a/telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp	Fri Mar 19 09:55:57 2010 +0200
+++ b/telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp	Fri Apr 16 16:12:37 2010 +0300
@@ -22,7 +22,6 @@
 
 #include <e32test.h>
 #include <etelmm.h>
-#include <faxstd.h>
 #include "Te_LoopBackctwofaxrx.h"
 #include "../../hayes/TSYCONFG.H" // for KInternetAccessPoint
 
@@ -92,7 +91,6 @@
 	faxCall.SetFaxSettings(faxSessionSettings);
 	faxCall.AnswerIncomingCall(stat2);
 	User::WaitForRequest(stat2);
-	TESTL(stat2==KFaxErrReceiveTimeout);		// We don't actually send any data
 	User::After(300000L);
 	TESTL(faxCall.HangUp()==KErrNone);
 	faxCall.Close();
@@ -120,7 +118,6 @@
 	faxCall2.SetFaxSettings(faxSessionSettings);
 	faxCall2.AnswerIncomingCall(stat2);
 	User::WaitForRequest(stat2);
-	TESTL(stat2==KFaxErrReceiveTimeout);		// We don't actually send any data
 	User::After(300000L);
 	TESTL(faxCall2.HangUp()==KErrNone);
 	faxCall2.Close();