diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-10-22 00:25:11 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-10-22 00:25:11 +0000 |
commit | c7786aa5b614d1c88359bacbe9bd447f5acdd84c (patch) | |
tree | 68008bf8d24ea824c486922441fa4c8b7fc30f46 /indra/llmessage | |
parent | 0041d485b1c5a1b18c9d5b2ae016f2c1e5ea6b8e (diff) |
Merging revisions 2146-2150 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry
* Bugs: EXT-1752 EXT-1754
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 6dbdcb86e7..2424dbcb6b 100644 --- a/indra/llmessage/tests/llhost_test.cpp +++ b/indra/llmessage/tests/llhost_test.cpp @@ -157,7 +157,7 @@ namespace tut template<> template<> void host_object::test<9>() { - std::string hostStr = "google.com"; + std::string hostStr = "linux.org"; LLHost host; host.setHostByName(hostStr); |