diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-02-21 07:19:24 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-02-21 07:19:24 -0500 | 
| commit | d982fbfc061f51329c5f64476d15db7cb234e762 (patch) | |
| tree | 39b0cf39fb47d8e3c77b487eedce0149bf10796c | |
| parent | c05ce7c310c6ba49a20258b806c6220c65961d61 (diff) | |
change host reverse lookup test to use our own host (linux.org failed)
| -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);	 | 
