diff -r 17af172ffa5f -r 630d2f34d719 telephonyserverplugins/common_tsy/test/integration/src/chttpdownload.cpp --- a/telephonyserverplugins/common_tsy/test/integration/src/chttpdownload.cpp Thu Aug 19 11:03:36 2010 +0300 +++ b/telephonyserverplugins/common_tsy/test/integration/src/chttpdownload.cpp Tue Aug 31 16:23:08 2010 +0300 @@ -24,8 +24,8 @@ // Declare a static, counter fot active downloads, to know when to open and close the server socket session TInt CHTTPDownload::iActiveDownload = 0; -_LIT(KDefaultHost, "www.smartphoneshow.com"); -_LIT(KDefaultPage, "/newt/l/downloads/symbian/presentations/Day1Pres1_NigelClifford_Symbian_keynote.pdf"); +_LIT(KDefaultHost, "developer.symbian.org"); +_LIT(KDefaultPage, "/wiki/images/1/12/Common_Design_Patterns_for_Symbian_OS_Sample_Chapter.pdf"); const TInt KDefaultPort = 80; const TInt KBufferSize = 4096;