diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-09 14:33:11 -0800 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-09 14:33:11 -0800 |
commit | 543a63e51a99583c670deb8eb28adc9237ed90d3 (patch) | |
tree | 71af9cca512c52beb495948902e5e88c9980313b /indra/llmessage/tests/llhost_test.cpp | |
parent | bdd994d186369afdfd263d4c40689b165b75bee6 (diff) | |
parent | 58b393bb1eb2ef15597803741fded4942f3dc647 (diff) |
Merge latest
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); |