aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/llhttpclient_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/llhttpclient_tut.cpp')
-rw-r--r--linden/indra/test/llhttpclient_tut.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/test/llhttpclient_tut.cpp b/linden/indra/test/llhttpclient_tut.cpp
index ef53e71..7918205 100644
--- a/linden/indra/test/llhttpclient_tut.cpp
+++ b/linden/indra/test/llhttpclient_tut.cpp
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2006-2007, Linden Research, Inc. 5 * Copyright (c) 2006-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -235,7 +236,7 @@ namespace tut
235 template<> template<> 236 template<> template<>
236 void HTTPClientTestObject::test<1>() 237 void HTTPClientTestObject::test<1>()
237 { 238 {
238 LLHTTPClient::get("http://www.google.com/", newResult()); 239 LLHTTPClient::get("http://www.secondlife.com/", newResult());
239 runThePump(); 240 runThePump();
240 ensureStatusOK(); 241 ensureStatusOK();
241 ensure("result object wasn't destroyed", mResultDeleted); 242 ensure("result object wasn't destroyed", mResultDeleted);