diff options
author | prep <prep@lindenlab.com> | 2012-06-19 15:11:13 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-06-19 15:11:13 -0400 |
commit | c06d46b56788cccc778682cbd7cc37cbbca7b7cc (patch) | |
tree | 72f4da2ec09b31aae338b866f69dd4ea34968fb1 /indra/llmessage/tests/llsdmessage_test.cpp | |
parent | 6711e6584aa0aa5f17f76a557524725857fbf2ba (diff) | |
parent | da0b5fe998434a935027b5e7cca2b70b895f0673 (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"; |