diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs index 73e8a09..58996e2 100644 --- a/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs | |||
@@ -86,6 +86,8 @@ namespace OpenSim.Tests.Common.Mock | |||
86 | 86 | ||
87 | return userProfile; | 87 | return userProfile; |
88 | } | 88 | } |
89 | |||
90 | public UserProfileData GetUserByUri(Uri uri) { return null; } | ||
89 | 91 | ||
90 | public bool UpdateUserProfile(UserProfileData user) | 92 | public bool UpdateUserProfile(UserProfileData user) |
91 | { | 93 | { |