From d15a709cd730616e415eb65f3598274886f25ed6 Mon Sep 17 00:00:00 2001 From: dolphin Date: Fri, 21 Mar 2014 10:22:50 -0700 Subject: Fixed unit test --- indra/llui/tests/llurlentry_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'indra/llui/tests') 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 ){} -- cgit v1.2.3