diff options
author | Tofu Buzzard <no-email> | 2011-02-28 13:01:40 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-02-28 13:01:40 -0800 |
commit | 858a544dc97b340f0cd2ad21c677f8683935c1fa (patch) | |
tree | f18df2b305522d1ed888690012df45b4cc5bf52d /indra/llmessage/tests | |
parent | 41dc7188ea0b5a1031e82ef8a1b3861107b16216 (diff) | |
parent | 10f14598243ef93f8990f9a1473334ef918f9cf7 (diff) |
merge
Diffstat (limited to 'indra/llmessage/tests')
-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); |