aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
diff options
context:
space:
mode:
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 2ad6f1a..cf9fcaa 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -412,7 +412,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
412 412
413 Console.WriteLine("userInfo.RootFolder 2: {0}", userInfo.RootFolder); 413 Console.WriteLine("userInfo.RootFolder 2: {0}", userInfo.RootFolder);
414 414
415 new InventoryArchiveReadRequest(userInfo, null, (Stream)null, null, null) 415 new InventoryArchiveReadRequest(scene, userInfo, null, (Stream)null)
416 .ReplicateArchivePathToUserInventory( 416 .ReplicateArchivePathToUserInventory(
417 itemArchivePath, false, userInfo.RootFolder, foldersCreated, nodesLoaded); 417 itemArchivePath, false, userInfo.RootFolder, foldersCreated, nodesLoaded);
418 418