aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut
diff options
context:
space:
mode:
authorDiva Canto2012-09-07 08:10:03 -0700
committerDiva Canto2012-09-07 08:10:03 -0700
commit2b506cffb16729837fc2ec41a28fef8feaf6428d (patch)
tree009a47a191a87525a0817edd1f8fdde9b2058b31 /OpenSim/Region/CoreModules/ServiceConnectorsOut
parentMoved the new vars in Robust.HG.ini to the proper section. (diff)
parentMove addin information to RegionCombinerModule.addin.xml (diff)
downloadopensim-SC_OLD-2b506cffb16729837fc2ec41a28fef8feaf6428d.zip
opensim-SC_OLD-2b506cffb16729837fc2ec41a28fef8feaf6428d.tar.gz
opensim-SC_OLD-2b506cffb16729837fc2ec41a28fef8feaf6428d.tar.bz2
opensim-SC_OLD-2b506cffb16729837fc2ec41a28fef8feaf6428d.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/Tests/GridConnectorsTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/Tests/GridConnectorsTests.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/Tests/GridConnectorsTests.cs
index b286d17..57ae549 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/Tests/GridConnectorsTests.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/Tests/GridConnectorsTests.cs
@@ -43,7 +43,7 @@ using OpenSim.Tests.Common;
43namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid.Tests 43namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid.Tests
44{ 44{
45 [TestFixture] 45 [TestFixture]
46 public class GridConnectorsTests 46 public class GridConnectorsTests : OpenSimTestCase
47 { 47 {
48 LocalGridServicesConnector m_LocalConnector; 48 LocalGridServicesConnector m_LocalConnector;
49 private void SetUp() 49 private void SetUp()