summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests
diff options
context:
space:
mode:
authorEuclid Linden <euclid@lindenlab.com>2021-07-19 21:52:37 +0000
committerEuclid Linden <euclid@lindenlab.com>2021-07-19 21:52:37 +0000
commit08f04113c9252258c9cb6132efa327432c3c27e0 (patch)
tree5ec6c6d42eaca354f58e21b926d9108e43367484 /indra/llmessage/tests
parent10f84d8244d01728338f1eb20b0b25271fc7db63 (diff)
parentaa322d8eb4341c213a19cef87a887114c1ca278b (diff)
Merged in DV541-merge-6.4.22 (pull request #629)
DRTVWR-541 merge up to v 6.4.22
Diffstat (limited to 'indra/llmessage/tests')
-rw-r--r--indra/llmessage/tests/llcoproceduremanager_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/tests/llcoproceduremanager_test.cpp b/indra/llmessage/tests/llcoproceduremanager_test.cpp
index 9db13a37b5..6424117ef3 100644
--- a/indra/llmessage/tests/llcoproceduremanager_test.cpp
+++ b/indra/llmessage/tests/llcoproceduremanager_test.cpp
@@ -91,6 +91,7 @@ namespace tut
{
Sync sync;
int foo = 0;
+ LLCoprocedureManager::instance().initializePool("PoolName");
LLUUID queueId = LLCoprocedureManager::instance().enqueueCoprocedure("PoolName", "ProcName",
[&foo, &sync] (LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t & ptr, const LLUUID & id) {
sync.bump();