diff options
Diffstat (limited to 'linden/indra/test/llhttpclient_tut.cpp')
-rw-r--r-- | linden/indra/test/llhttpclient_tut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/test/llhttpclient_tut.cpp b/linden/indra/test/llhttpclient_tut.cpp index 1a2267c..1c41947 100644 --- a/linden/indra/test/llhttpclient_tut.cpp +++ b/linden/indra/test/llhttpclient_tut.cpp | |||
@@ -259,7 +259,7 @@ namespace tut | |||
259 | template<> template<> | 259 | template<> template<> |
260 | void HTTPClientTestObject::test<1>() | 260 | void HTTPClientTestObject::test<1>() |
261 | { | 261 | { |
262 | LLHTTPClient::get("http://www.secondlife.com/", newResult()); | 262 | LLHTTPClient::get("http://www.google.com/", newResult()); |
263 | runThePump(); | 263 | runThePump(); |
264 | ensureStatusOK(); | 264 | ensureStatusOK(); |
265 | ensure("result object wasn't destroyed", mResultDeleted); | 265 | ensure("result object wasn't destroyed", mResultDeleted); |
@@ -365,7 +365,7 @@ namespace tut | |||
365 | { | 365 | { |
366 | // This is testing for the presence of the Header in the returned results | 366 | // This is testing for the presence of the Header in the returned results |
367 | // from an HTTP::get call. | 367 | // from an HTTP::get call. |
368 | LLHTTPClient::get("http://www.secondlife.com/", newResult()); | 368 | LLHTTPClient::get("http://www.google.com/", newResult()); |
369 | runThePump(); | 369 | runThePump(); |
370 | ensureStatusOK(); | 370 | ensureStatusOK(); |
371 | LLSD header = getHeader(); | 371 | LLSD header = getHeader(); |
@@ -374,7 +374,7 @@ namespace tut | |||
374 | template<> template<> | 374 | template<> template<> |
375 | void HTTPClientTestObject::test<9>() | 375 | void HTTPClientTestObject::test<9>() |
376 | { | 376 | { |
377 | LLHTTPClient::head("http://www.secondlife.com/", newResult()); | 377 | LLHTTPClient::head("http://www.google.com/", newResult()); |
378 | runThePump(); | 378 | runThePump(); |
379 | ensureStatusOK(); | 379 | ensureStatusOK(); |
380 | ensure("result object wasn't destroyed", mResultDeleted); | 380 | ensure("result object wasn't destroyed", mResultDeleted); |