diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-08 10:56:14 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-08 10:56:14 -0400 |
commit | bd56bf44a8a7e4202665bab1f108899b98c68b3f (patch) | |
tree | aed8c3ab7064991176df1b47db0f2ec1af8e1a2e /indra/newview | |
parent | ebe5aff98b294aae6850889b3f9f482297417fa0 (diff) | |
parent | dab5ef9d881bc41bc4924102c939db25dd26e0d9 (diff) |
merge
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/tests/llcapabilitylistener_test.cpp | 2 |
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"; |