diff -r 630d2f34d719 -r 07a122eea281 telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp --- a/telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyserverplugins/multimodetsy/test/Te_LoopBack/Te_LoopBackctwofaxrx.cpp Wed Sep 01 12:40:21 2010 +0100 @@ -22,6 +22,7 @@ #include #include +#include #include "Te_LoopBackctwofaxrx.h" #include "../../hayes/TSYCONFG.H" // for KInternetAccessPoint @@ -91,6 +92,7 @@ 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(); @@ -118,6 +120,7 @@ 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();