diff options
author | Tofu Buzzard <no-email> | 2011-02-28 13:02:15 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-02-28 13:02:15 -0800 |
commit | 6fa702719c27c15e34942f76896e45c85f377937 (patch) | |
tree | d0bee701db6fa5646129a1ade3ac775f421a0939 /indra/llmessage | |
parent | 1a3255c38c074f27e43fcf31f7def501b286aa43 (diff) | |
parent | 858a544dc97b340f0cd2ad21c677f8683935c1fa (diff) |
merge
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/tests/llhost_test.cpp | 2 |
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); |