diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-03-10 12:11:22 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-03-10 12:11:22 -0800 |
commit | 378585e7f089b62b7a0dd69adde48cd63fc7bacc (patch) | |
tree | c9f231718b68483a791beb1fb82c90820cd8dc5c /indra/llmessage/tests/llhost_test.cpp | |
parent | bb57d34cb1db372322f196ba3fd9190a352a71e3 (diff) | |
parent | e94fa316f34c275d3059808903ea5d8cf24a1ad3 (diff) |
Merge
Diffstat (limited to 'indra/llmessage/tests/llhost_test.cpp')
-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); |