diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-18 14:01:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-18 14:01:18 -0400 |
commit | dad85ce55440e9c2328a4dd7362ac35c0e277b9e (patch) | |
tree | f97010e54bbf63be0876ae89a5b1ebc3df614adb /indra/llmessage/tests/llsdmessage_test.cpp | |
parent | bbf8137ce5b9e53ca8be2aea5c553bff8699b4a7 (diff) | |
parent | 242fe546ade3f7f2eeeb9b7b2ab7d744ac6ce9a9 (diff) |
merge changes for storm-1868
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"; |