diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-07 11:18:19 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-07 11:18:19 -0400 |
commit | d912f24cb0cea21ce05a127824abb6a2c55231de (patch) | |
tree | 9a885f02b6b04d994f87291eddeebf4835e40b18 /indra/llmessage/tests/llsdmessage_test.cpp | |
parent | d1987a3002efc7252b98e2e570746c66c43e6dd1 (diff) | |
parent | ce563795e1f5d7493b975393bea9ec5cab90fd6a (diff) |
merge
Diffstat (limited to 'indra/llmessage/tests/llsdmessage_test.cpp')
-rw-r--r-- | indra/llmessage/tests/llsdmessage_test.cpp | 2 |
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"; |