From 70aaa3e444cf9cb067addcbdde237762bd62fcf4 Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Fri, 4 May 2007 21:57:06 +0000 Subject: svn merge -r 61148:61343 svn+ssh://svn/svn/linden/branches/maintenance into release --- indra/test/llhttpclient_tut.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'indra/test/llhttpclient_tut.cpp') diff --git a/indra/test/llhttpclient_tut.cpp b/indra/test/llhttpclient_tut.cpp index 17bad4bc14..25626719ac 100644 --- a/indra/test/llhttpclient_tut.cpp +++ b/indra/test/llhttpclient_tut.cpp @@ -14,6 +14,10 @@ #include #include "linden_common.h" + +// These are too slow on Windows to actually include in the build. JC +#if !LL_WINDOWS + #include "lltut.h" #include "llhttpclient.h" #include "llformat.h" @@ -313,4 +317,7 @@ namespace tut LLSD body = result["body"]; ensure_equals("echoed result matches", body.size(), expected.size()); } + } + +#endif // !LL_WINDOWS -- cgit v1.2.3