aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs
diff options
context:
space:
mode:
authorDiva Canto2010-01-10 21:00:03 -0800
committerDiva Canto2010-01-10 21:00:03 -0800
commitcddd48aeeaee98d14fd4ae887cdf32abc6110c40 (patch)
tree139f66b5da9e23db4ab65b74ebdd1c06bced11f0 /OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs
parentAll Framework.Communications.Clients and Framework.Communications.Services de... (diff)
downloadopensim-SC_OLD-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.zip
opensim-SC_OLD-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.tar.gz
opensim-SC_OLD-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.tar.bz2
opensim-SC_OLD-cddd48aeeaee98d14fd4ae887cdf32abc6110c40.tar.xz
Some more unnecessary things deleted in Framework.Communications.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs5
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}