diff options
author | prep linden <prep@lindenlab.com> | 2011-02-28 13:11:02 -0500 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-02-28 13:11:02 -0500 |
commit | 10f14598243ef93f8990f9a1473334ef918f9cf7 (patch) | |
tree | 88f0de7a463b3aea7eeea35a6e6cf92dcaef8ae5 /indra/llmessage | |
parent | 4abb8b33fa0c3b5e5f809a783cfc62a9e02af338 (diff) | |
parent | dc3823b62936961edad12aab605ce868ff5ce6ea (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); |