summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests/llhost_test.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-03-10 12:11:22 -0800
committerLeyla Farazha <leyla@lindenlab.com>2011-03-10 12:11:22 -0800
commit378585e7f089b62b7a0dd69adde48cd63fc7bacc (patch)
treec9f231718b68483a791beb1fb82c90820cd8dc5c /indra/llmessage/tests/llhost_test.cpp
parentbb57d34cb1db372322f196ba3fd9190a352a71e3 (diff)
parente94fa316f34c275d3059808903ea5d8cf24a1ad3 (diff)
Merge
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);