diff options
author | Christian Goetze <cg@lindenlab.com> | 2008-06-28 21:38:26 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2008-06-28 21:38:26 +0000 |
commit | 1a14cd34a9a4e6f51c445d477aaeeef0322d5853 (patch) | |
tree | 7bef28a0e59d39d226cf982a374afae2d09e9f53 /indra | |
parent | 926ea0b39afd04cab469ca17b28f95ebf969e669 (diff) |
svn merge -c 90839 svn+ssh://svn.lindenlab.com/svn/linden/branches/tulla/file-move-merge
Diffstat (limited to 'indra')
-rw-r--r-- | indra/test/llhttpclient_tut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/test/llhttpclient_tut.cpp b/indra/test/llhttpclient_tut.cpp index a177d5f2ea..4ddea0f9cc 100644 --- a/indra/test/llhttpclient_tut.cpp +++ b/indra/test/llhttpclient_tut.cpp @@ -259,7 +259,7 @@ namespace tut template<> template<> void HTTPClientTestObject::test<1>() { - LLHTTPClient::get("http://www.secondlife.com/", newResult()); + LLHTTPClient::get("http://www.google.com/", newResult()); runThePump(); ensureStatusOK(); ensure("result object wasn't destroyed", mResultDeleted); @@ -365,7 +365,7 @@ namespace tut { // This is testing for the presence of the Header in the returned results // from an HTTP::get call. - LLHTTPClient::get("http://www.secondlife.com/", newResult()); + LLHTTPClient::get("http://www.google.com/", newResult()); runThePump(); ensureStatusOK(); LLSD header = getHeader(); @@ -374,7 +374,7 @@ namespace tut template<> template<> void HTTPClientTestObject::test<9>() { - LLHTTPClient::head("http://www.secondlife.com/", newResult()); + LLHTTPClient::head("http://www.google.com/", newResult()); runThePump(); ensureStatusOK(); ensure("result object wasn't destroyed", mResultDeleted); |