From 8fe70c826d06a949cde32ac7ff06022b0696a29f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 24 Apr 2009 19:19:19 +0000 Subject: * minor: move user profile test utils to test/common/setup for future reuse --- .../Inventory/Archiver/Tests/InventoryArchiverTests.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs') diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs index 5388403..1d4256b 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs @@ -42,6 +42,7 @@ using OpenSim.Region.CoreModules.Avatar.Inventory.Archiver; using OpenSim.Region.CoreModules.World.Serialiser; using OpenSim.Region.Framework.Scenes; using OpenSim.Tests.Common; +using OpenSim.Tests.Common.Mock; using OpenSim.Tests.Common.Setup; namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests @@ -242,5 +243,18 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests Console.WriteLine("Finished TestLoadIarV0p1()"); } + + /* + /// + /// Test replication of an archive path to the user's inventory. + /// + [Test] + public void TestReplicateArchivePathToUserInventory() + { + CommunicationsManager commsManager = new TestCommunicationsManager(); + CachedUserInfo userInfo = new CachedUserInfo(); + new InventoryArchiveReadRequest(userInfo, "/", null, commsManager); + } + */ } } -- cgit v1.1