diff -r bdf78597b41c -r 6c92a12abac0 videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/VCXTestCommon.cpp --- a/videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/VCXTestCommon.cpp Tue Jan 26 12:55:56 2010 +0200 +++ b/videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/VCXTestCommon.cpp Fri Mar 19 09:48:59 2010 +0200 @@ -24,7 +24,6 @@ #include #include "VCXTestCommon.h" -#include "IptvTestUtilALR.h" #include "CIptvTestVerifyData.h" #include "TestUtilConnectionWaiter.h" #include "VCXTestLog.h" @@ -170,33 +169,7 @@ return found; } #endif - - if( aIapName == _L("default") ) - { - VCXLOGLO1("CVCXTestCommon::GetIapIdL -- Searching default iap from cenrep"); - CIptvTestUtilALR* util = CIptvTestUtilALR::NewLC(); - aIapId = util->GetDefaultIapCenRep(); - CleanupStack::PopAndDestroy( util ); - if( aIapId != 0 ) - { - VCXLOGLO2("CVCXTestCommon::GetIapIdL -- Got default from cenrep: %d", aIapId); - return ETrue; - } - } - - if( aIapName == _L("default") ) - { - VCXLOGLO1("CVCXTestCommon::GetIapIdL -- Getting default iap via ALR util"); - CIptvTestUtilALR* util = CIptvTestUtilALR::NewLC(); - aIapId = util->GetDefaultIap(); - CleanupStack::PopAndDestroy( util ); - if( aIapId != 0 ) - { - VCXLOGLO2("CVCXTestCommon::GetIapIdL -- Got default: %d", aIapId); - return ETrue; - } - } - + VCXLOGLO2("CVCXTestCommon:: Searching IAP: %S", &aIapName); found = GetIapIdByNameL(aIapName, aIapId);