diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-02 11:52:45 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-02 11:52:45 -0800 |
commit | beda7ae971acb05e8e1dce83e8f86ae51da54ba3 (patch) | |
tree | 3f8f818a6e886eef971fbdff61460e00b97e55c0 /indra | |
parent | eb3de8543e5580cb353230577f9f6606e71002f2 (diff) | |
parent | 7f00a037ee61de0573f00b33ab637794387b2b64 (diff) |
Pull from oz_linden/viewer-autobuild
Diffstat (limited to 'indra')
-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); |