diff -r 17af172ffa5f -r 630d2f34d719 telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp --- a/telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp Thu Aug 19 11:03:36 2010 +0300 +++ b/telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp Tue Aug 31 16:23:08 2010 +0300 @@ -22,7 +22,6 @@ #include #include -#include #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();