Fix unit test SceneSetupHelpers to load the mock simulation data store

This commit is contained in:
John Hurliman
2010-09-12 15:04:51 -07:00
parent c03b24cbfd
commit 18a9ac6b39
2 changed files with 76 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ namespace OpenSim.Tests.Common.Setup
AgentCircuitManager acm = new AgentCircuitManager();
SceneCommunicationService scs = new SceneCommunicationService();
ISimulationDataService simDataService = null;
ISimulationDataService simDataService = OpenSim.Server.Base.ServerUtils.LoadPlugin<ISimulationDataService>("OpenSim.Tests.Common.dll", null);
IEstateDataService estateDataService = null;
IConfigSource configSource = new IniConfigSource();