Skip to content
Snippets Groups Projects
Commit 05d721ce authored by Todd Stinson's avatar Todd Stinson
Browse files

Pull and merge a single changeset from...

Pull and merge a single changeset from http://hg.lindenlab.com/nat/viewer-maint-1144/ to resolve build issues.
parents 30a6da68 da6c5fbf
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ namespace tut
template<> template<>
void HTTPClientTestObject::test<1>()
{
skip("google.com unit tests stopped working 2012-06-06");
LLHTTPClient::get("http://www.google.com/", newResult());
runThePump();
ensureStatusOK();
......@@ -362,6 +363,7 @@ namespace tut
template<> template<>
void HTTPClientTestObject::test<8>()
{
skip("google.com unit tests stopped working 2012-06-06");
// This is testing for the presence of the Header in the returned results
// from an HTTP::get call.
LLHTTPClient::get("http://www.google.com/", newResult());
......@@ -373,6 +375,7 @@ namespace tut
template<> template<>
void HTTPClientTestObject::test<9>()
{
skip("google.com unit tests stopped working 2012-06-06");
LLHTTPClient::head("http://www.google.com/", newResult());
runThePump();
ensureStatusOK();
......
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