From 05756e1fb96aa47f9ff111dd04499934c7077731 Mon Sep 17 00:00:00 2001 From: dr scofield (aka dirk husemann) Date: Wed, 2 Sep 2009 09:43:22 +0200 Subject: warnings safari. --- OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | 10 +++++----- OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Tests') diff --git a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs index d404344..4313c96 100644 --- a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs +++ b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs @@ -43,11 +43,11 @@ namespace OpenSim.Tests.Common.Mock } private IUserDataPlugin m_userDataPlugin; - public IInventoryDataPlugin InventoryDataPlugin - { - get { return m_inventoryDataPlugin; } - } - private IInventoryDataPlugin m_inventoryDataPlugin; + // public IInventoryDataPlugin InventoryDataPlugin + // { + // get { return m_inventoryDataPlugin; } + // } + // private IInventoryDataPlugin m_inventoryDataPlugin; public TestCommunicationsManager() : this(null) diff --git a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs index 360e6b1..0d8baad 100644 --- a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs +++ b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs @@ -163,7 +163,7 @@ namespace OpenSim.Tests.Common.Setup godsModule.Initialise(testScene, new IniConfigSource()); testScene.AddModule(godsModule.Name, godsModule); realServices = realServices.ToLower(); - IConfigSource config = new IniConfigSource(); + // IConfigSource config = new IniConfigSource(); // If we have a brand new scene, need to initialize shared region modules if ((m_assetService == null && m_inventoryService == null) || newScene) -- cgit v1.1