summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests/llsdmessage_test.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-06-07 11:18:19 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-06-07 11:18:19 -0400
commitd912f24cb0cea21ce05a127824abb6a2c55231de (patch)
tree9a885f02b6b04d994f87291eddeebf4835e40b18 /indra/llmessage/tests/llsdmessage_test.cpp
parentd1987a3002efc7252b98e2e570746c66c43e6dd1 (diff)
parentce563795e1f5d7493b975393bea9ec5cab90fd6a (diff)
merge
Diffstat (limited to 'indra/llmessage/tests/llsdmessage_test.cpp')
-rw-r--r--indra/llmessage/tests/llsdmessage_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llsdmessage_test.cpp b/indra/llmessage/tests/llsdmessage_test.cpp
index 0f2c069303..31a791e4b4 100644
--- a/indra/llmessage/tests/llsdmessage_test.cpp
+++ b/indra/llmessage/tests/llsdmessage_test.cpp
@@ -143,7 +143,7 @@ namespace tut
httpPump.post(request);
ensure("got response", netio.pump());
ensure("success response", success);
- ensure_equals(result.asString(), "success");
+ ensure_equals(result["reply"].asString(), "success");
body["status"] = 499;
body["reason"] = "custom error message";