diff options
author | Diva Canto | 2009-09-26 21:29:54 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-26 21:29:54 -0700 |
commit | 68e40a87cafcab580ab484956f187068c098e84e (patch) | |
tree | 8896a15fa3c170f5163d4272f28674e44996aa02 /OpenSim/Tests | |
parent | Poof! on OGS1 GridServices. (diff) | |
download | opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.zip opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.tar.gz opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.tar.bz2 opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.tar.xz |
Poof! on LocalBackend. CommsManager.GridServices deleted.
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs index 4313c96..de73663 100644 --- a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs +++ b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | |||
@@ -65,8 +65,6 @@ namespace OpenSim.Tests.Common.Mock | |||
65 | m_userService = lus; | 65 | m_userService = lus; |
66 | m_userAdminService = lus; | 66 | m_userAdminService = lus; |
67 | 67 | ||
68 | LocalBackEndServices gs = new LocalBackEndServices(); | ||
69 | m_gridService = gs; | ||
70 | } | 68 | } |
71 | } | 69 | } |
72 | } | 70 | } |