diff -r 630d2f34d719 -r 07a122eea281 telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestpacketcontext.cpp --- a/telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestpacketcontext.cpp Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyserverplugins/common_tsy/test/integration/src/cctsyintegrationtestpacketcontext.cpp Wed Sep 01 12:40:21 2010 +0100 @@ -12426,11 +12426,11 @@ // === Send and receive some data and check data transferred advances === // Activate context with ESOCK server - TBuf<140> host(_L("developer.symbian.org")); - TBuf<140> page(_L("/wiki/images/1/12/Common_Design_Patterns_for_Symbian_OS_Sample_Chapter.pdf")); + TBuf<140> host(_L("developer.symbian.com")); + TBuf<140> page(_L("/main/downloads/papers/IMS_Introduction_Part_1.pdf")); CHTTPDownload *download = new (ELeave) CHTTPDownload(this); CleanupStack::PushL(download); - ASSERT_TRUE(download->StartDownloadL(host,page),_L("Download Failed - perhaps page has moved!")); + ASSERT_TRUE(download->StartDownloadL(host,page),_L("Download Failed")); // Check RPacketService::GetNifInfo with aCount = 0 returns valid name in iContextName TInt nifInfoCount = 0;