diff options
author | Justin Clarke Casey | 2008-11-27 20:33:18 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-27 20:33:18 +0000 |
commit | 9b038021890485971fceca7823f64e8408f68644 (patch) | |
tree | b244d1407e0ebf7300226d985b2b474b5ce50de6 /OpenSim/Region/Environment/Scenes/Tests/TestUserDataPlugin.cs | |
parent | * minor: remove mono compiler warnings (diff) | |
download | opensim-SC-9b038021890485971fceca7823f64e8408f68644.zip opensim-SC-9b038021890485971fceca7823f64e8408f68644.tar.gz opensim-SC-9b038021890485971fceca7823f64e8408f68644.tar.bz2 opensim-SC-9b038021890485971fceca7823f64e8408f68644.tar.xz |
* test: Inch forward with another test by using a skeletal in memory inventory data plugin
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Tests/TestUserDataPlugin.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Tests/TestUserDataPlugin.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestUserDataPlugin.cs b/OpenSim/Region/Environment/Scenes/Tests/TestUserDataPlugin.cs index ab63fb9..85fa1f5 100644 --- a/OpenSim/Region/Environment/Scenes/Tests/TestUserDataPlugin.cs +++ b/OpenSim/Region/Environment/Scenes/Tests/TestUserDataPlugin.cs | |||
@@ -39,7 +39,6 @@ namespace OpenSim.Region.Environment.Scenes.Tests | |||
39 | public class TestUserDataPlugin : IUserDataPlugin | 39 | public class TestUserDataPlugin : IUserDataPlugin |
40 | { | 40 | { |
41 | public string Version { get { return "0"; } } | 41 | public string Version { get { return "0"; } } |
42 | |||
43 | public string Name { get { return "TestUserDataPlugin"; } } | 42 | public string Name { get { return "TestUserDataPlugin"; } } |
44 | 43 | ||
45 | /// <summary> | 44 | /// <summary> |
@@ -53,7 +52,6 @@ namespace OpenSim.Region.Environment.Scenes.Tests | |||
53 | private Dictionary<UUID, UserProfileData> m_userProfilesByUuid = new Dictionary<UUID, UserProfileData>(); | 52 | private Dictionary<UUID, UserProfileData> m_userProfilesByUuid = new Dictionary<UUID, UserProfileData>(); |
54 | 53 | ||
55 | public void Initialise() {} | 54 | public void Initialise() {} |
56 | |||
57 | public void Dispose() {} | 55 | public void Dispose() {} |
58 | 56 | ||
59 | public void AddNewUserProfile(UserProfileData user) | 57 | public void AddNewUserProfile(UserProfileData user) |