Skip to content
Snippets Groups Projects
Commit d15a709c authored by dolphin's avatar dolphin
Browse files

Fixed unit test

parent dba034ee
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,10 @@ ...@@ -39,9 +39,10 @@
namespace LLExperienceCache 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 ){} void get( const LLUUID& key, callback_slot_t slot ){}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment