telephonyserverplugins/common_tsy/test/integration/src/chttpdownload.cpp
branchRCL_3
changeset 19 630d2f34d719
parent 0 3553901f7fa8
child 20 07a122eea281
--- 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;