summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2012-06-08 13:50:48 -0400
committerJonathan Yap <none@none>2012-06-08 13:50:48 -0400
commit15011a7b9d5147629d1d2111c73eecc42a71ae9e (patch)
treedb8ea9802d2f0a954d12fd8a400a2033a7245bde /indra/newview
parentfbb4e5fb0f7bba935ec9d0d466be12a346a6b149 (diff)
parentce563795e1f5d7493b975393bea9ec5cab90fd6a (diff)
STORM-68 merge with https://bitbucket.org/oz_linden/viewer-httptests
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";