diff options
author | Rider Linden <none@none> | 2015-03-23 16:10:45 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-03-23 16:10:45 -0700 |
commit | 753d643daf4ff7407fbc7e23662b5c6e5ffbc96f (patch) | |
tree | 9fe56060e11ddf89c029ced95788c5a26e7450ad /indra/llmessage/tests | |
parent | d9e886809685cc207a52d0429d1badf6d537e5d7 (diff) |
Client adapter is removed. Its tests should be too.
Diffstat (limited to 'indra/llmessage/tests')
-rwxr-xr-x | indra/llmessage/tests/llhttpclientadapter_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llhttpclientadapter_test.cpp b/indra/llmessage/tests/llhttpclientadapter_test.cpp index e9ce116bb3..e0a82e237b 100755 --- a/indra/llmessage/tests/llhttpclientadapter_test.cpp +++ b/indra/llmessage/tests/llhttpclientadapter_test.cpp @@ -23,7 +23,7 @@ * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA * $/LicenseInfo$ */ - +#if 0 #include "llhttpclientadapter.h" #include "../test/lltut.h" @@ -219,3 +219,4 @@ namespace tut } } +#endif
\ No newline at end of file |