aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-12 03:04:47 +0100
committerJustin Clark-Casey (justincc)2012-05-12 03:04:47 +0100
commit9d66792c2a06a667dc81e249e9ac81b6236b9126 (patch)
treef6dc5cf471afdde24f484d37209a3fa10af0b9b6 /OpenSim/Tests
parentRevert "Save the Telehub and its Spawn Points in the OAR" (diff)
downloadopensim-SC_OLD-9d66792c2a06a667dc81e249e9ac81b6236b9126.zip
opensim-SC_OLD-9d66792c2a06a667dc81e249e9ac81b6236b9126.tar.gz
opensim-SC_OLD-9d66792c2a06a667dc81e249e9ac81b6236b9126.tar.bz2
opensim-SC_OLD-9d66792c2a06a667dc81e249e9ac81b6236b9126.tar.xz
Fix mono compiler warning.
Last jenkins failure looked like a glitch.
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Helpers/SceneHelpers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs
index dc24418..78f9434 100644
--- a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs
+++ b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs
@@ -66,7 +66,7 @@ namespace OpenSim.Tests.Common
66 private AgentCircuitManager m_acm = new AgentCircuitManager(); 66 private AgentCircuitManager m_acm = new AgentCircuitManager();
67 private ISimulationDataService m_simDataService 67 private ISimulationDataService m_simDataService
68 = OpenSim.Server.Base.ServerUtils.LoadPlugin<ISimulationDataService>("OpenSim.Tests.Common.dll", null); 68 = OpenSim.Server.Base.ServerUtils.LoadPlugin<ISimulationDataService>("OpenSim.Tests.Common.dll", null);
69 private IEstateDataService m_estateDataService; 69 private IEstateDataService m_estateDataService = null;
70 70
71 private LocalAssetServicesConnector m_assetService; 71 private LocalAssetServicesConnector m_assetService;
72 private LocalAuthenticationServicesConnector m_authenticationService; 72 private LocalAuthenticationServicesConnector m_authenticationService;