summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorleyla_linden <none@none>2011-02-02 14:46:19 -0800
committerleyla_linden <none@none>2011-02-02 14:46:19 -0800
commit40f38c13a81fec9fcf1b0f98575d558801b33c0a (patch)
tree278f81edac100135b7d8a1aff861052a211fb22e /indra/newview
parent990a6206604b0a5e33902145b496f39927f6d5b9 (diff)
SH-734 - also adding fix into the llcapabilitylistner test
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/tests/llcapabilitylistener_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/tests/llcapabilitylistener_test.cpp b/indra/newview/tests/llcapabilitylistener_test.cpp
index d691bb6c44..2ad08dc1f3 100644
--- a/indra/newview/tests/llcapabilitylistener_test.cpp
+++ b/indra/newview/tests/llcapabilitylistener_test.cpp
@@ -114,6 +114,7 @@ namespace tut
regionListener("testCapabilityListener", NULL, provider, LLUUID(), LLUUID()),
regionPump(regionListener.getCapAPI())
{
+ LLCurl::initClass();
provider.setCapability("good", server + "capability-test");
provider.setCapability("fail", server + "fail");
}