aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
index 374cea3..f4c5cba 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -202,6 +202,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
202 [Test] 202 [Test]
203 public void TestLoadIarV0p1ExistingUsers() 203 public void TestLoadIarV0p1ExistingUsers()
204 { 204 {
205 Assert.Ignore();
205 TestHelper.InMethod(); 206 TestHelper.InMethod();
206 Console.WriteLine("Started {0}", MethodBase.GetCurrentMethod()); 207 Console.WriteLine("Started {0}", MethodBase.GetCurrentMethod());
207 208
@@ -269,6 +270,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
269 [Test] 270 [Test]
270 public void TestLoadIarV0p1TempProfiles() 271 public void TestLoadIarV0p1TempProfiles()
271 { 272 {
273 Assert.Ignore();
272 TestHelper.InMethod(); 274 TestHelper.InMethod();
273 Console.WriteLine("### Started {0} ###", MethodBase.GetCurrentMethod()); 275 Console.WriteLine("### Started {0} ###", MethodBase.GetCurrentMethod());
274 276