aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-06 15:26:30 +0000
committerJustin Clarke Casey2009-01-06 15:26:30 +0000
commit47a693ff1a9379c9f18e9bfcc51725ed20045a62 (patch)
tree18b048a87e4cabd4803f4376b20b63b46f8d45e5 /OpenSim/Framework
parent* Added three new events to SceneGraph: (diff)
downloadopensim-SC_OLD-47a693ff1a9379c9f18e9bfcc51725ed20045a62.zip
opensim-SC_OLD-47a693ff1a9379c9f18e9bfcc51725ed20045a62.tar.gz
opensim-SC_OLD-47a693ff1a9379c9f18e9bfcc51725ed20045a62.tar.bz2
opensim-SC_OLD-47a693ff1a9379c9f18e9bfcc51725ed20045a62.tar.xz
* remove mono compiler warnings
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs8
1 files changed, 0 insertions, 8 deletions
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
98 public void TestCreateFolder() 98 public void TestCreateFolder()
99 { 99 {
100 TestCommunicationsManager commsManager = new TestCommunicationsManager(); 100 TestCommunicationsManager commsManager = new TestCommunicationsManager();
101
102 IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin;
103 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; 101 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin;
104 102
105 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); 103 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager);
@@ -130,8 +128,6 @@ namespace OpenSim.Framework.Communications.Tests
130 public void TestUpdateFolder() 128 public void TestUpdateFolder()
131 { 129 {
132 TestCommunicationsManager commsManager = new TestCommunicationsManager(); 130 TestCommunicationsManager commsManager = new TestCommunicationsManager();
133
134 IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin;
135 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; 131 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin;
136 132
137 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); 133 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager);
@@ -189,8 +185,6 @@ namespace OpenSim.Framework.Communications.Tests
189 public void TestMoveFolder() 185 public void TestMoveFolder()
190 { 186 {
191 TestCommunicationsManager commsManager = new TestCommunicationsManager(); 187 TestCommunicationsManager commsManager = new TestCommunicationsManager();
192
193 IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin;
194 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; 188 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin;
195 189
196 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); 190 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager);
@@ -227,8 +221,6 @@ namespace OpenSim.Framework.Communications.Tests
227 //log4net.Config.XmlConfigurator.Configure(); 221 //log4net.Config.XmlConfigurator.Configure();
228 222
229 TestCommunicationsManager commsManager = new TestCommunicationsManager(); 223 TestCommunicationsManager commsManager = new TestCommunicationsManager();
230
231 IUserDataPlugin userDataPlugin = commsManager.UserDataPlugin;
232 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin; 224 IInventoryDataPlugin inventoryDataPlugin = commsManager.InventoryDataPlugin;
233 225
234 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); 226 CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager);