diff -r 17af172ffa5f -r 630d2f34d719 telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestsmsmessaging.cpp --- a/telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestsmsmessaging.cpp Thu Aug 19 11:03:36 2010 +0300 +++ b/telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestsmsmessaging.cpp Tue Aug 31 16:23:08 2010 +0300 @@ -76,6 +76,9 @@ case EOperatorVodafone: network = &KNetworkVodafone; break; + case EOperatorNTN: + network = &KNetworkNTN; + break; case EOperatorOrange: network = &KNetworkOrange; break;