diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-07 11:14:37 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-07 11:14:37 -0400 |
commit | dab5ef9d881bc41bc4924102c939db25dd26e0d9 (patch) | |
tree | 3440c9e374c62ec9bbbb2c2963e66e4260c3e063 /indra/newview/tests | |
parent | 6ee04562208100fc164bd3818ab3ba73f060d90c (diff) | |
parent | ce563795e1f5d7493b975393bea9ec5cab90fd6a (diff) |
merge
Diffstat (limited to 'indra/newview/tests')
-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"; |