diff options
author | dolphin <dolphin@lindenlab.com> | 2014-03-21 10:22:50 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-03-21 10:22:50 -0700 |
commit | d15a709cd730616e415eb65f3598274886f25ed6 (patch) | |
tree | d3d9308caee4aee07e50357eafcb31c6dbd9240e /indra/llui/tests | |
parent | dba034ee100dae4b62ddf12523835a413a25f189 (diff) |
Fixed unit test
Diffstat (limited to 'indra/llui/tests')
-rwxr-xr-x | indra/llui/tests/llurlentry_test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp index e8b9dde753..15f2354552 100755 --- a/indra/llui/tests/llurlentry_test.cpp +++ b/indra/llui/tests/llurlentry_test.cpp @@ -39,9 +39,10 @@ namespace LLExperienceCache { - bool get( const LLUUID& key, LLSD& experience_data ) + const LLSD& get( const LLUUID& key) { - return false; + static LLSD boo; + return boo; } void get( const LLUUID& key, callback_slot_t slot ){} |