diff options
author | Jacek Antonelli | 2008-08-15 23:45:22 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:22 -0500 |
commit | 1e8e051fafa147fc3375bf7693c781e3be17b6d4 (patch) | |
tree | 071633b1e27b13f52619ea60a58338bfab34538a /linden/indra/test | |
parent | Second Life viewer sources 1.18.6.0-RC (diff) | |
download | meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.zip meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.gz meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.bz2 meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.xz |
Second Life viewer sources 1.18.6.1-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/test/llhttpclient_tut.cpp | 8 |
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 |