aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-29 18:11:41 +0000
committerJustin Clarke Casey2009-04-29 18:11:41 +0000
commitc320dca2db5c841976f5a36dab47cd3a8250c825 (patch)
tree4f52a315e0b3737aecd84cfc4f9a402fe9804a99 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
parent* Make scene.oar the default oar target rather than scene.oar.tar.gz, in an a... (diff)
downloadopensim-SC_OLD-c320dca2db5c841976f5a36dab47cd3a8250c825.zip
opensim-SC_OLD-c320dca2db5c841976f5a36dab47cd3a8250c825.tar.gz
opensim-SC_OLD-c320dca2db5c841976f5a36dab47cd3a8250c825.tar.bz2
opensim-SC_OLD-c320dca2db5c841976f5a36dab47cd3a8250c825.tar.xz
* minor: remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
index f0653b4..20d4e47 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -251,7 +251,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
251 = scene.CommsManager.UserProfileCacheService.GetUserDetails(userFirstName, userLastName); 251 = scene.CommsManager.UserProfileCacheService.GetUserDetails(userFirstName, userLastName);
252 InventoryItemBase foundItem = userInfo.RootFolder.FindItemByPath(itemName); 252 InventoryItemBase foundItem = userInfo.RootFolder.FindItemByPath(itemName);
253 253
254 // Currently, creator and ownership both revert to the loader
255 Assert.That(foundItem.CreatorId, Is.EqualTo(user2Uuid.ToString())); 254 Assert.That(foundItem.CreatorId, Is.EqualTo(user2Uuid.ToString()));
256 Assert.That(foundItem.Owner, Is.EqualTo(userUuid)); 255 Assert.That(foundItem.Owner, Is.EqualTo(userUuid));
257 256