summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-03-21 10:22:50 -0700
committerdolphin <dolphin@lindenlab.com>2014-03-21 10:22:50 -0700
commitd15a709cd730616e415eb65f3598274886f25ed6 (patch)
treed3d9308caee4aee07e50357eafcb31c6dbd9240e
parentdba034ee100dae4b62ddf12523835a413a25f189 (diff)
Fixed unit test
-rwxr-xr-xindra/llui/tests/llurlentry_test.cpp5
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 ){}