aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-04 23:34:42 +0100
committerJustin Clark-Casey (justincc)2010-06-04 23:34:42 +0100
commit3c3df9f3e9fbf9955c0939116e9bfeed1d429fa6 (patch)
treee13df3a4d21aa63e6ae91edd7a2a7aee4314aa28 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
parentadd ability for load iar/save iar to take in arbitrary options (diff)
downloadopensim-SC_OLD-3c3df9f3e9fbf9955c0939116e9bfeed1d429fa6.zip
opensim-SC_OLD-3c3df9f3e9fbf9955c0939116e9bfeed1d429fa6.tar.gz
opensim-SC_OLD-3c3df9f3e9fbf9955c0939116e9bfeed1d429fa6.tar.bz2
opensim-SC_OLD-3c3df9f3e9fbf9955c0939116e9bfeed1d429fa6.tar.xz
refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs2
1 files changed, 1 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 507662f..cb6bf76 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -531,7 +531,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
531 531
532 new InventoryArchiveReadRequest(scene, ua1, null, (Stream)null) 532 new InventoryArchiveReadRequest(scene, ua1, null, (Stream)null)
533 .ReplicateArchivePathToUserInventory( 533 .ReplicateArchivePathToUserInventory(
534 itemArchivePath, false, scene.InventoryService.GetRootFolder(ua1.PrincipalID), 534 itemArchivePath, scene.InventoryService.GetRootFolder(ua1.PrincipalID),
535 foldersCreated, nodesLoaded); 535 foldersCreated, nodesLoaded);
536 536
537 InventoryFolderBase folder1 537 InventoryFolderBase folder1