diff options
author | John Hurliman | 2010-09-12 15:04:51 -0700 |
---|---|---|
committer | John Hurliman | 2010-09-12 15:04:51 -0700 |
commit | 18a9ac6b39b91865c33eeffa1ef8ff3e8a847c1b (patch) | |
tree | fd29cce10b45c9ca2895a0fbd57fa854db81016c /OpenSim/Tests/Common/Setup | |
parent | Merged (diff) | |
download | opensim-SC_OLD-18a9ac6b39b91865c33eeffa1ef8ff3e8a847c1b.zip opensim-SC_OLD-18a9ac6b39b91865c33eeffa1ef8ff3e8a847c1b.tar.gz opensim-SC_OLD-18a9ac6b39b91865c33eeffa1ef8ff3e8a847c1b.tar.bz2 opensim-SC_OLD-18a9ac6b39b91865c33eeffa1ef8ff3e8a847c1b.tar.xz |
Fix unit test SceneSetupHelpers to load the mock simulation data store
Diffstat (limited to 'OpenSim/Tests/Common/Setup')
-rw-r--r-- | OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs index ee76db4..fc9db03 100644 --- a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs +++ b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs | |||
@@ -157,7 +157,7 @@ namespace OpenSim.Tests.Common.Setup | |||
157 | AgentCircuitManager acm = new AgentCircuitManager(); | 157 | AgentCircuitManager acm = new AgentCircuitManager(); |
158 | SceneCommunicationService scs = new SceneCommunicationService(); | 158 | SceneCommunicationService scs = new SceneCommunicationService(); |
159 | 159 | ||
160 | ISimulationDataService simDataService = null; | 160 | ISimulationDataService simDataService = OpenSim.Server.Base.ServerUtils.LoadPlugin<ISimulationDataService>("OpenSim.Tests.Common.dll", null); |
161 | IEstateDataService estateDataService = null; | 161 | IEstateDataService estateDataService = null; |
162 | IConfigSource configSource = new IniConfigSource(); | 162 | IConfigSource configSource = new IniConfigSource(); |
163 | 163 | ||