summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests/llhost_test.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2011-03-08 01:36:15 +0000
committerDon Kjer <don@lindenlab.com>2011-03-08 01:36:15 +0000
commit127c45dfbab4550ebd7074f131e3a7b844affea8 (patch)
tree4e53a71899f03bd8de1028231f025c7355df7f11 /indra/llmessage/tests/llhost_test.cpp
parentcb7ae391efed1cadab621734c6eb53fd62df19a4 (diff)
parenta07e6c625108988ad664df70a1842b53c843f223 (diff)
Merge with viewer-development
Diffstat (limited to 'indra/llmessage/tests/llhost_test.cpp')
-rw-r--r--indra/llmessage/tests/llhost_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llhost_test.cpp b/indra/llmessage/tests/llhost_test.cpp
index b20bceae1d..705473b0c0 100644
--- a/indra/llmessage/tests/llhost_test.cpp
+++ b/indra/llmessage/tests/llhost_test.cpp
@@ -152,7 +152,7 @@ namespace tut
void host_object::test<9>()
{
// skip("setHostByName(\"google.com\"); getHostName() -> (e.g.) \"yx-in-f100.1e100.net\"");
- std::string hostStr = "linux.org";
+ std::string hostStr = "lindenlab.com";
LLHost host;
host.setHostByName(hostStr);