From 47a693ff1a9379c9f18e9bfcc51725ed20045a62 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 6 Jan 2009 15:26:30 +0000 Subject: * remove mono compiler warnings --- .../Communications/Tests/Cache/UserProfileCacheServiceTests.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs index 44a28a2..827a03b 100644 --- a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs +++ b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs @@ -98,8 +98,6 @@ namespace OpenSim.Framework.Communications.Tests public void TestCreateFolder() { TestCommunicationsManager commsManager = new TestCommunicationsManager(); - - IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin; IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); @@ -130,8 +128,6 @@ namespace OpenSim.Framework.Communications.Tests public void TestUpdateFolder() { TestCommunicationsManager commsManager = new TestCommunicationsManager(); - - IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin; IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); @@ -189,8 +185,6 @@ namespace OpenSim.Framework.Communications.Tests public void TestMoveFolder() { TestCommunicationsManager commsManager = new TestCommunicationsManager(); - - IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin; IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); @@ -227,8 +221,6 @@ namespace OpenSim.Framework.Communications.Tests //log4net.Config.XmlConfigurator.Configure(); TestCommunicationsManager commsManager = new TestCommunicationsManager(); - - IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin; IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); -- cgit v1.1