diff options
| author | Aaron Brashears <aaronb@lindenlab.com> | 2008-02-05 23:41:40 +0000 | 
|---|---|---|
| committer | Aaron Brashears <aaronb@lindenlab.com> | 2008-02-05 23:41:40 +0000 | 
| commit | 3314f78a3673c1250e47722848c60d017dafac97 (patch) | |
| tree | 2de6e2e25ac43b281ab6099d17308fe45d76a3c0 | |
| parent | a9f2d6dcf56402f7043eb7ceb674e010831cf6c1 (diff) | |
do not attempt to use secondlife.com in unit tests for now.
| -rw-r--r-- | indra/test/llhttpclient_tut.cpp | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/indra/test/llhttpclient_tut.cpp b/indra/test/llhttpclient_tut.cpp index 21a0771d26..a4b2f45144 100644 --- a/indra/test/llhttpclient_tut.cpp +++ b/indra/test/llhttpclient_tut.cpp @@ -325,9 +325,13 @@ namespace tut  	template<> template<>  		void HTTPClientTestObject::test<7>()  	{ -		// Can not use the little mini server.  The blocking request won't ever let it run. -		// Instead get from a known LLSD source and compare results with the non-blocking get -		// which is tested against the mini server earlier. +		// Can not use the little mini server.  The blocking request +		// won't ever let it run.  Instead get from a known LLSD +		// source and compare results with the non-blocking get which +		// is tested against the mini server earlier. +		skip_fail("secondlife.com is not reliable enough for unit tests."); + +  		LLSD expected;  		LLHTTPClient::get("http://secondlife.com/xmlhttp/homepage.php", newResult()); | 
