diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-07 09:35:57 -0800 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-07 09:35:57 -0800 |
commit | fa4986e9781651626a6a467057509d653d98cf40 (patch) | |
tree | 8ac6428b1aa0ad79e3ea52c9734d8202f169988b /indra/llmessage/tests | |
parent | d413799644b8e7fa943fa86c7798634a28ce335d (diff) | |
parent | 5cb2d63979f0ff72cb9351dc9aa070b1990a1f9c (diff) |
Merge latest from lindenlab/viewer-development
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); |