cleaning up warning

0.6.1-post-fixes
Dr Scofield 2008-11-17 11:10:32 +00:00
parent 68019e8d98
commit a67dccefbf
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ namespace OpenSim.Region.Environment.Scenes.Tests
[Test] [Test]
public void TestAddRootAgent() public void TestAddRootAgent()
{ {
Scene scene = SceneTestUtils.SetupScene(); // Scene scene = SceneTestUtils.SetupScene();
SceneTestUtils.SetupScene();
AgentCircuitData agent = new AgentCircuitData(); AgentCircuitData agent = new AgentCircuitData();
agent.AgentID = UUID.Zero; agent.AgentID = UUID.Zero;