summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-09-25 16:51:28 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-09-25 16:51:28 -0700
commit79deb8c73562301f1bc6cb38167e0da751920b61 (patch)
treef4a5516746aa204dbbc3fd0c57354448c617cabe /indra/llmessage
parentae10e78d978360871556b1cee615cd79ef381184 (diff)
parentcb5a0a5686799ec834f16a0bc273d24f62140753 (diff)
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/tests/llhttpclient_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llhttpclient_test.cpp b/indra/llmessage/tests/llhttpclient_test.cpp
index e338d4ec71..843c3bcc4b 100644
--- a/indra/llmessage/tests/llhttpclient_test.cpp
+++ b/indra/llmessage/tests/llhttpclient_test.cpp
@@ -258,7 +258,6 @@ namespace tut
void HTTPClientTestObject::test<1>()
{
LLHTTPClient::get(local_server, newResult());
-
runThePump();
ensureStatusOK();
ensure("result object wasn't destroyed", mResultDeleted);