diff options
| -rw-r--r-- | indra/llmessage/tests/llhost_test.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/llmessage/tests/llhost_test.cpp b/indra/llmessage/tests/llhost_test.cpp index f7e7eee88b..7e5c3a117b 100644 --- a/indra/llmessage/tests/llhost_test.cpp +++ b/indra/llmessage/tests/llhost_test.cpp @@ -157,7 +157,8 @@ namespace tut  	template<> template<>  	void host_object::test<9>()  	{ -		skip("setHostByName(\"linux.org\"); getHostName() -> (e.g.) \"yx-in-f100.1e100.net\""); +//		skip("setHostByName(\"google.com\"); getHostName() -> (e.g.) \"yx-in-f100.1e100.net\""); +		std::string hostStr = "linux.org";		  		LLHost host;  		host.setHostByName(hostStr);	 | 
