summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-21 07:19:24 -0500
committerOz Linden <oz@lindenlab.com>2011-02-21 07:19:24 -0500
commitd982fbfc061f51329c5f64476d15db7cb234e762 (patch)
tree39b0cf39fb47d8e3c77b487eedce0149bf10796c /indra/llmessage/tests
parentc05ce7c310c6ba49a20258b806c6220c65961d61 (diff)
change host reverse lookup test to use our own host (linux.org failed)
Diffstat (limited to 'indra/llmessage/tests')
-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);