diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-06-19 00:17:30 +0000 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-06-19 00:17:30 +0000 |
commit | dc3833f31b8a20220ddb1775e1625c016c397435 (patch) | |
tree | 166ce57be2578ea03d1e20976977e4ca6c1f1dba /indra/llmessage/tests | |
parent | 8a8edfd98c7fced23f4c1f8dd5e4f65e1cadfce8 (diff) |
DEV-31980: extract dispatch-by-string-name logic from LLAresListener to new
LLEventDispatcher and LLDispatchListener classes. See LLAresListener for
example usage.
Diffstat (limited to 'indra/llmessage/tests')
-rw-r--r-- | indra/llmessage/tests/llareslistener_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llareslistener_test.cpp b/indra/llmessage/tests/llareslistener_test.cpp index 215a3806f8..ac4886ccf4 100644 --- a/indra/llmessage/tests/llareslistener_test.cpp +++ b/indra/llmessage/tests/llareslistener_test.cpp @@ -130,7 +130,7 @@ namespace tut { threw = e.what(); } - ensure_contains("LLAresListener bad op", threw, "Unsupported"); + ensure_contains("LLAresListener bad op", threw, "bad"); } template<> template<> |