From 1a14cd34a9a4e6f51c445d477aaeeef0322d5853 Mon Sep 17 00:00:00 2001 From: Christian Goetze <cg@lindenlab.com> Date: Sat, 28 Jun 2008 21:38:26 +0000 Subject: [PATCH] svn merge -c 90839 svn+ssh://svn.lindenlab.com/svn/linden/branches/tulla/file-move-merge --- indra/test/llhttpclient_tut.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/test/llhttpclient_tut.cpp b/indra/test/llhttpclient_tut.cpp index a177d5f2ea0..4ddea0f9cc2 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); -- GitLab