summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2009-10-22 00:25:11 +0000
committerSteven Bennetts <steve@lindenlab.com>2009-10-22 00:25:11 +0000
commitc7786aa5b614d1c88359bacbe9bd447f5acdd84c (patch)
tree68008bf8d24ea824c486922441fa4c8b7fc30f46 /indra/llmessage
parent0041d485b1c5a1b18c9d5b2ae016f2c1e5ea6b8e (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.cpp2
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);