Skip to content
Snippets Groups Projects
Commit 3314f78a authored by Aaron Brashears's avatar Aaron Brashears
Browse files

do not attempt to use secondlife.com in unit tests for now.

parent a9f2d6dc
No related branches found
No related tags found
No related merge requests found
...@@ -325,9 +325,13 @@ namespace tut ...@@ -325,9 +325,13 @@ namespace tut
template<> template<> template<> template<>
void HTTPClientTestObject::test<7>() void HTTPClientTestObject::test<7>()
{ {
// Can not use the little mini server. The blocking request won't ever let it run. // Can not use the little mini server. The blocking request
// Instead get from a known LLSD source and compare results with the non-blocking get // won't ever let it run. Instead get from a known LLSD
// which is tested against the mini server earlier. // 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; LLSD expected;
LLHTTPClient::get("http://secondlife.com/xmlhttp/homepage.php", newResult()); LLHTTPClient::get("http://secondlife.com/xmlhttp/homepage.php", newResult());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment