aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/llhttpclient_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/test/llhttpclient_tut.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/test/llhttpclient_tut.cpp b/linden/indra/test/llhttpclient_tut.cpp
index b29caf9..21a0771 100644
--- a/linden/indra/test/llhttpclient_tut.cpp
+++ b/linden/indra/test/llhttpclient_tut.cpp
@@ -341,6 +341,14 @@ namespace tut
341 ensure_equals("echoed result matches", body.size(), expected.size()); 341 ensure_equals("echoed result matches", body.size(), expected.size());
342 } 342 }
343 343
344 template<> template<>
345 void HTTPClientTestObject::test<8>()
346 {
347 LLHTTPClient::head("http://www.secondlife.com/", newResult());
348 runThePump();
349 ensureStatusOK();
350 ensure("result object wasn't destroyed", mResultDeleted);
351 }
344} 352}
345 353
346#endif // !LL_WINDOWS 354#endif // !LL_WINDOWS