aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/llhttpclient_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/llhttpclient_tut.cpp')
-rw-r--r--linden/indra/test/llhttpclient_tut.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/test/llhttpclient_tut.cpp b/linden/indra/test/llhttpclient_tut.cpp
index 7f3b646..d1bf8ae 100644
--- a/linden/indra/test/llhttpclient_tut.cpp
+++ b/linden/indra/test/llhttpclient_tut.cpp
@@ -17,7 +17,8 @@
17 * There are special exceptions to the terms and conditions of the GPL as 17 * There are special exceptions to the terms and conditions of the GPL as
18 * it is applied to this Source Code. View the full text of the exception 18 * it is applied to this Source Code. View the full text of the exception
19 * in the file doc/FLOSS-exception.txt in this software distribution, or 19 * in the file doc/FLOSS-exception.txt in this software distribution, or
20 * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception 20 * online at
21 * http://secondlifegrid.net/programs/open_source/licensing/flossexception
21 * 22 *
22 * By copying, modifying or distributing this software, you acknowledge 23 * By copying, modifying or distributing this software, you acknowledge
23 * that you have read and understood your obligations described above, 24 * that you have read and understood your obligations described above,
@@ -35,7 +36,7 @@
35 * 36 *
36 */ 37 */
37 38
38#include <tut/tut.h> 39#include <tut/tut.hpp>
39#include "linden_common.h" 40#include "linden_common.h"
40 41
41// These are too slow on Windows to actually include in the build. JC 42// These are too slow on Windows to actually include in the build. JC
@@ -345,7 +346,7 @@ namespace tut
345 // won't ever let it run. Instead get from a known LLSD 346 // won't ever let it run. Instead get from a known LLSD
346 // source and compare results with the non-blocking get which 347 // source and compare results with the non-blocking get which
347 // is tested against the mini server earlier. 348 // is tested against the mini server earlier.
348 skip_fail("secondlife.com is not reliable enough for unit tests."); 349 skip("secondlife.com is not reliable enough for unit tests.");
349 350
350 351
351 LLSD expected; 352 LLSD expected;