diff options
| author | simon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com> | 2012-06-29 14:30:44 -0700 | 
|---|---|---|
| committer | simon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com> | 2012-06-29 14:30:44 -0700 | 
| commit | 08c6c5b78d709503e4b5177477046c30495d2d95 (patch) | |
| tree | 4b402ac5b4a854a3ecd0f960e0133a3a316b232d | |
| parent | db5d1b851a0d808dc1e8b0896fad734c2c54a03f (diff) | |
Added test back in, skip() call need to be removed.
| -rw-r--r-- | indra/llmessage/tests/llhttpclient_test.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/llmessage/tests/llhttpclient_test.cpp b/indra/llmessage/tests/llhttpclient_test.cpp index a8e74be199..e338d4ec71 100644 --- a/indra/llmessage/tests/llhttpclient_test.cpp +++ b/indra/llmessage/tests/llhttpclient_test.cpp @@ -358,8 +358,6 @@ namespace tut  	template<> template<>  		void HTTPClientTestObject::test<8>()  	{ -		skip("google.com unit tests fail."); -  		// This is testing for the presence of the Header in the returned results  		// from an HTTP::get call.  		LLHTTPClient::get(local_server, newResult()); | 
