diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs index fccc282..d4cdcd6 100644 --- a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs +++ b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | |||
@@ -58,11 +58,6 @@ namespace OpenSim.Tests.Common.Mock | |||
58 | : base(serversInfo, null) | 58 | : base(serversInfo, null) |
59 | { | 59 | { |
60 | 60 | ||
61 | LocalUserServices lus = new LocalUserServices(991, 992, this); | ||
62 | lus.AddPlugin(new TemporaryUserProfilePlugin()); | ||
63 | m_userDataPlugin = new TestUserDataPlugin(); | ||
64 | lus.AddPlugin(m_userDataPlugin); | ||
65 | |||
66 | } | 61 | } |
67 | } | 62 | } |
68 | } | 63 | } |