mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -139,7 +139,7 @@ namespace OpenSim.Tests.Common
|
||||
SceneCommunicationService scs = new SceneCommunicationService();
|
||||
|
||||
TestScene testScene = new TestScene(
|
||||
regInfo, m_acm, scs, m_simDataService, m_estateDataService, false, configSource, null);
|
||||
regInfo, m_acm, scs, m_simDataService, m_estateDataService, configSource, null);
|
||||
|
||||
INonSharedRegionModule godsModule = new GodsModule();
|
||||
godsModule.Initialise(new IniConfigSource());
|
||||
|
||||
@@ -41,10 +41,9 @@ namespace OpenSim.Tests.Common.Mock
|
||||
public TestScene(
|
||||
RegionInfo regInfo, AgentCircuitManager authen,
|
||||
SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService,
|
||||
bool dumpAssetsToFile,
|
||||
IConfigSource config, string simulatorVersion)
|
||||
: base(regInfo, authen, sceneGridService, simDataService, estateDataService,
|
||||
dumpAssetsToFile, config, simulatorVersion)
|
||||
config, simulatorVersion)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user