diff options
author | Diva Canto | 2010-01-10 21:00:03 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-10 21:00:03 -0800 |
commit | cddd48aeeaee98d14fd4ae887cdf32abc6110c40 (patch) | |
tree | 139f66b5da9e23db4ab65b74ebdd1c06bced11f0 /OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | |
parent | All Framework.Communications.Clients and Framework.Communications.Services de... (diff) | |
download | opensim-SC-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.zip opensim-SC-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.tar.gz opensim-SC-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.tar.bz2 opensim-SC-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.tar.xz |
Some more unnecessary things deleted in Framework.Communications.
Diffstat (limited to '')
-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 | } |