diff options
author | leyla_linden <none@none> | 2011-02-02 14:46:19 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-02-02 14:46:19 -0800 |
commit | 40f38c13a81fec9fcf1b0f98575d558801b33c0a (patch) | |
tree | 278f81edac100135b7d8a1aff861052a211fb22e /indra/newview/tests | |
parent | 990a6206604b0a5e33902145b496f39927f6d5b9 (diff) |
SH-734 - also adding fix into the llcapabilitylistner test
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/llcapabilitylistener_test.cpp | 1 |
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"); } |