diff -r 6b1d113cdff3 -r 8767c6acf334 telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestsmsmessaging.cpp --- a/telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestsmsmessaging.cpp Mon May 03 13:37:20 2010 +0300 +++ b/telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestsmsmessaging.cpp Fri May 14 17:02:16 2010 +0300 @@ -76,6 +76,9 @@ case EOperatorVodafone: network = &KNetworkVodafone; break; + case EOperatorNTN: + network = &KNetworkNTN; + break; case EOperatorOrange: network = &KNetworkOrange; break;