diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestScene.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestScene.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestScene.cs b/OpenSim/Tests/Common/Mock/TestScene.cs index a7e0dfb..53a311e 100644 --- a/OpenSim/Tests/Common/Mock/TestScene.cs +++ b/OpenSim/Tests/Common/Mock/TestScene.cs | |||
@@ -33,16 +33,17 @@ using OpenSim.Framework.Servers; | |||
33 | using OpenSim.Region.Framework; | 33 | using OpenSim.Region.Framework; |
34 | using OpenSim.Region.Framework.Interfaces; | 34 | using OpenSim.Region.Framework.Interfaces; |
35 | using OpenSim.Region.Framework.Scenes; | 35 | using OpenSim.Region.Framework.Scenes; |
36 | using OpenSim.Region.Physics.Manager; | ||
36 | 37 | ||
37 | namespace OpenSim.Tests.Common.Mock | 38 | namespace OpenSim.Tests.Common.Mock |
38 | { | 39 | { |
39 | public class TestScene : Scene | 40 | public class TestScene : Scene |
40 | { | 41 | { |
41 | public TestScene( | 42 | public TestScene( |
42 | RegionInfo regInfo, AgentCircuitManager authen, | 43 | RegionInfo regInfo, AgentCircuitManager authen, PhysicsScene physicsScene, |
43 | SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService, | 44 | SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService, |
44 | IConfigSource config, string simulatorVersion) | 45 | IConfigSource config, string simulatorVersion) |
45 | : base(regInfo, authen, sceneGridService, simDataService, estateDataService, | 46 | : base(regInfo, authen, physicsScene, sceneGridService, simDataService, estateDataService, |
46 | config, simulatorVersion) | 47 | config, simulatorVersion) |
47 | { | 48 | { |
48 | } | 49 | } |