diff options
author | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
commit | b2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch) | |
tree | 3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/test/lluri_tut.cpp | |
parent | Second Life viewer sources 1.14.0.1 (diff) | |
download | meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2 meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz |
Second Life viewer sources 1.15.0.2
Diffstat (limited to 'linden/indra/test/lluri_tut.cpp')
-rw-r--r-- | linden/indra/test/lluri_tut.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/linden/indra/test/lluri_tut.cpp b/linden/indra/test/lluri_tut.cpp index 31ea7d6..a08fe4e 100644 --- a/linden/indra/test/lluri_tut.cpp +++ b/linden/indra/test/lluri_tut.cpp | |||
@@ -5,6 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (c) 2006-2007, Linden Research, Inc. | 6 | * Copyright (c) 2006-2007, Linden Research, Inc. |
7 | * | 7 | * |
8 | * Second Life Viewer Source Code | ||
8 | * The source code in this file ("Source Code") is provided by Linden Lab | 9 | * The source code in this file ("Source Code") is provided by Linden Lab |
9 | * to you under the terms of the GNU General Public License, version 2.0 | 10 | * to you under the terms of the GNU General Public License, version 2.0 |
10 | * ("GPL"), unless you have obtained a separate licensing agreement | 11 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -242,6 +243,8 @@ namespace tut | |||
242 | "http:%2F%2F10.0.1.4:12032%2Fagent%2Fgod%2Fagent-id%2Fmap%2Flayer%2F%3Fresume=http:%2F%2Fstation3.ll.com:12032%2Fagent%2F203ad6df-b522-491d-ba48-4e24eb57aeff%2Fsend-postcard"); | 243 | "http:%2F%2F10.0.1.4:12032%2Fagent%2Fgod%2Fagent-id%2Fmap%2Flayer%2F%3Fresume=http:%2F%2Fstation3.ll.com:12032%2Fagent%2F203ad6df-b522-491d-ba48-4e24eb57aeff%2Fsend-postcard"); |
243 | } | 244 | } |
244 | 245 | ||
246 | |||
247 | #if LL_ENABLE_JANKY_DEPRECATED_WEB_SERVICE_CALLS | ||
245 | template<> template<> | 248 | template<> template<> |
246 | void URITestObject::test<14>() | 249 | void URITestObject::test<14>() |
247 | { | 250 | { |
@@ -250,14 +253,6 @@ namespace tut | |||
250 | LLUUID id("11111111-2222-3333-4444-5566778899aa"); | 253 | LLUUID id("11111111-2222-3333-4444-5566778899aa"); |
251 | 254 | ||
252 | 255 | ||
253 | checkParts(LLURI::buildAgentPresenceURI(id, NULL), | ||
254 | "http", "//localhost:12040/agent/11111111-2222-3333-4444-5566778899aa/presence", | ||
255 | "localhost:12040", "/agent/11111111-2222-3333-4444-5566778899aa/presence"); | ||
256 | |||
257 | checkParts(LLURI::buildBulkAgentPresenceURI(NULL), | ||
258 | "http", "//localhost:12040/agent/presence", | ||
259 | "localhost:12040", "/agent/presence"); | ||
260 | |||
261 | checkParts(LLURI::buildAgentSessionURI(id, NULL), | 256 | checkParts(LLURI::buildAgentSessionURI(id, NULL), |
262 | "http", "//localhost:12040/agent/11111111-2222-3333-4444-5566778899aa/session", | 257 | "http", "//localhost:12040/agent/11111111-2222-3333-4444-5566778899aa/session", |
263 | "localhost:12040", "/agent/11111111-2222-3333-4444-5566778899aa/session"); | 258 | "localhost:12040", "/agent/11111111-2222-3333-4444-5566778899aa/session"); |
@@ -266,5 +261,6 @@ namespace tut | |||
266 | "http", "//datasever:12345/agent/11111111-2222-3333-4444-5566778899aa/logininfo", | 261 | "http", "//datasever:12345/agent/11111111-2222-3333-4444-5566778899aa/logininfo", |
267 | "datasever:12345", "/agent/11111111-2222-3333-4444-5566778899aa/logininfo"); | 262 | "datasever:12345", "/agent/11111111-2222-3333-4444-5566778899aa/logininfo"); |
268 | } | 263 | } |
264 | #endif // LL_ENABLE_JANKY_DEPRECATED_WEB_SERVICE_CALLS | ||
269 | } | 265 | } |
270 | 266 | ||