summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-06-08 10:56:14 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-06-08 10:56:14 -0400
commitbd56bf44a8a7e4202665bab1f108899b98c68b3f (patch)
treeaed8c3ab7064991176df1b47db0f2ec1af8e1a2e /indra/newview
parentebe5aff98b294aae6850889b3f9f482297417fa0 (diff)
parentdab5ef9d881bc41bc4924102c939db25dd26e0d9 (diff)
merge
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/tests/llcapabilitylistener_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llcapabilitylistener_test.cpp b/indra/newview/tests/llcapabilitylistener_test.cpp
index 2ad08dc1f3..e1cbd28f92 100644
--- a/indra/newview/tests/llcapabilitylistener_test.cpp
+++ b/indra/newview/tests/llcapabilitylistener_test.cpp
@@ -156,7 +156,7 @@ namespace tut
regionPump.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";