diff options
author | Jonathan Yap <none@none> | 2012-06-08 13:50:48 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-06-08 13:50:48 -0400 |
commit | 15011a7b9d5147629d1d2111c73eecc42a71ae9e (patch) | |
tree | db8ea9802d2f0a954d12fd8a400a2033a7245bde /indra/newview | |
parent | fbb4e5fb0f7bba935ec9d0d466be12a346a6b149 (diff) | |
parent | ce563795e1f5d7493b975393bea9ec5cab90fd6a (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.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"; |