summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-06-11 14:59:22 -0400
committerOz Linden <oz@lindenlab.com>2012-06-11 14:59:22 -0400
commit7c77c76fc7ff50b179e6d736bf3539133982a24e (patch)
treee252013a33663d8088fa90077de1f41547d3b893 /indra/newview
parentd96d3d525677ae5bebab1908394854b8fb79cdfb (diff)
parentce563795e1f5d7493b975393bea9ec5cab90fd6a (diff)
merge fixes for http tests
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";