diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs index 58996e2..f376bf0 100644 --- a/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs | |||
@@ -65,6 +65,11 @@ namespace OpenSim.Tests.Common.Mock | |||
65 | 65 | ||
66 | public void Initialise() {} | 66 | public void Initialise() {} |
67 | public void Dispose() {} | 67 | public void Dispose() {} |
68 | |||
69 | public void AddTemporaryUserProfile(UserProfileData userProfile) | ||
70 | { | ||
71 | // Not interested | ||
72 | } | ||
68 | 73 | ||
69 | public void AddNewUserProfile(UserProfileData user) | 74 | public void AddNewUserProfile(UserProfileData user) |
70 | { | 75 | { |