mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Merge commit 'ddf54b5537f2701deeb615ef8e1eeef20b746ea1' into bigmerge
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
This commit is contained in:
@@ -108,7 +108,7 @@ namespace OpenSim.Tests.Common
|
||||
IConfigSource configSource = new IniConfigSource();
|
||||
|
||||
TestScene testScene = new TestScene(
|
||||
regInfo, acm, scs, simDataService, estateDataService, null, false, false, configSource, null);
|
||||
regInfo, acm, scs, simDataService, estateDataService, null, false, configSource, null);
|
||||
|
||||
IRegionModule godsModule = new GodsModule();
|
||||
godsModule.Initialise(testScene, new IniConfigSource());
|
||||
|
||||
@@ -42,18 +42,18 @@ namespace OpenSim.Tests.Common.Mock
|
||||
RegionInfo regInfo, AgentCircuitManager authen,
|
||||
SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService,
|
||||
ModuleLoader moduleLoader, bool dumpAssetsToFile,
|
||||
bool SeeIntoRegionFromNeighbor, IConfigSource config, string simulatorVersion)
|
||||
IConfigSource config, string simulatorVersion)
|
||||
: base(regInfo, authen, sceneGridService, simDataService, estateDataService, moduleLoader,
|
||||
dumpAssetsToFile, SeeIntoRegionFromNeighbor, config, simulatorVersion)
|
||||
dumpAssetsToFile, config, simulatorVersion)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Temporarily override session authentication for tests (namely teleport).
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>
|
||||
/// TODO: This needs to be mocked out properly.
|
||||
///
|
||||
/// </remarks>
|
||||
/// <param name="agent"></param>
|
||||
/// <returns></returns>
|
||||
public override bool VerifyUserPresence(AgentCircuitData agent, out string reason)
|
||||
|
||||
Reference in New Issue
Block a user