summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorleyla_linden <none@none>2011-02-01 15:34:00 -0800
committerleyla_linden <none@none>2011-02-01 15:34:00 -0800
commit1b366dfe72c5852904468aaf8ff66e8e7be88318 (patch)
treee48263682aceab8172142f9819c61f9fb40b90f2 /indra
parentfc4a36c63048e17145bfe21dbeec7611853bf5bd (diff)
SH-734 [REGRESSION] INTEGRATION_TEST_llsdmessage and _capabilitylistener failing in opensource environment
Diffstat (limited to 'indra')
-rw-r--r--indra/llmessage/tests/llsdmessage_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/tests/llsdmessage_test.cpp b/indra/llmessage/tests/llsdmessage_test.cpp
index 9998a1b8bb..0f2c069303 100644
--- a/indra/llmessage/tests/llsdmessage_test.cpp
+++ b/indra/llmessage/tests/llsdmessage_test.cpp
@@ -61,6 +61,7 @@ namespace tut
llsdmessage_data():
httpPump(pumps.obtain("LLHTTPClient"))
{
+ LLCurl::initClass();
LLSDMessage::link();
}
};