diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-24 22:23:13 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-24 22:23:13 -0500 |
commit | 2e7461277801dc0daa1e9ea509e079c980045f42 (patch) | |
tree | a514c1787cb8988b0b63c25beea1816ed5e5113f /indra/llmessage/tests | |
parent | 7aca14a77a706f12c22540f7f3a36ec4ee8d8402 (diff) | |
parent | 2d268422deb1846da889e38100eae60b42c4d21c (diff) |
Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010
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 38e4a0b127..eadf83c428 100644 --- a/indra/llmessage/tests/llhost_test.cpp +++ b/indra/llmessage/tests/llhost_test.cpp @@ -153,7 +153,7 @@ namespace tut { skip("this test is flaky, but we should figure out why..."); // 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); |