aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-28 02:40:21 +0100
committerJustin Clark-Casey (justincc)2010-08-28 02:40:21 +0100
commitdef6b1544f51300fcc051bd975df138b23ed2fc7 (patch)
treeb72fe33f99cbe5105fddd7d0de82b59e6b266a41 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
parentImprove liveness by operating on list copies of SOG.Children where appropriate (diff)
downloadopensim-SC_OLD-def6b1544f51300fcc051bd975df138b23ed2fc7.zip
opensim-SC_OLD-def6b1544f51300fcc051bd975df138b23ed2fc7.tar.gz
opensim-SC_OLD-def6b1544f51300fcc051bd975df138b23ed2fc7.tar.bz2
opensim-SC_OLD-def6b1544f51300fcc051bd975df138b23ed2fc7.tar.xz
very minor log message and var name tweaking for iar saving
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs3
1 files changed, 2 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 b5f9a8e..0218f86 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -168,6 +168,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
168 MemoryStream archiveWriteStream = new MemoryStream(); 168 MemoryStream archiveWriteStream = new MemoryStream();
169 archiverModule.OnInventoryArchiveSaved += SaveCompleted; 169 archiverModule.OnInventoryArchiveSaved += SaveCompleted;
170 170
171 // Test saving a particular path
171 mre.Reset(); 172 mre.Reset();
172 archiverModule.ArchiveInventory( 173 archiverModule.ArchiveInventory(
173 Guid.NewGuid(), userFirstName, userLastName, "Objects", userPassword, archiveWriteStream); 174 Guid.NewGuid(), userFirstName, userLastName, "Objects", userPassword, archiveWriteStream);
@@ -194,7 +195,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
194 195
195 while (tar.ReadEntry(out filePath, out tarEntryType) != null) 196 while (tar.ReadEntry(out filePath, out tarEntryType) != null)
196 { 197 {
197 Console.WriteLine("Got {0}", filePath); 198// Console.WriteLine("Got {0}", filePath);
198 199
199// if (ArchiveConstants.CONTROL_FILE_PATH == filePath) 200// if (ArchiveConstants.CONTROL_FILE_PATH == filePath)
200// { 201// {