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.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
index b979a35..d1f3113 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -67,10 +67,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
67 /// Test saving a V0.1 OpenSim Inventory Archive (subject to change since there is no fixed format yet). 67 /// Test saving a V0.1 OpenSim Inventory Archive (subject to change since there is no fixed format yet).
68 /// </summary> 68 /// </summary>
69 //[Test] 69 //[Test]
70 public void TestSaveIarV0p1() 70 public void TestSaveIarV0_1()
71 { 71 {
72 TestHelper.InMethod(); 72 TestHelper.InMethod();
73 //log4net.Config.XmlConfigurator.Configure(); 73 log4net.Config.XmlConfigurator.Configure();
74 74
75 InventoryArchiverModule archiverModule = new InventoryArchiverModule(); 75 InventoryArchiverModule archiverModule = new InventoryArchiverModule();
76 76
@@ -198,11 +198,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
198 /// an account exists with the creator name. 198 /// an account exists with the creator name.
199 /// </summary> 199 /// </summary>
200 [Test] 200 [Test]
201 public void TestLoadIarV0p1ExistingUsers() 201 public void TestLoadIarV0_1ExistingUsers()
202 { 202 {
203 Assert.Ignore(); 203 Assert.Ignore();
204 TestHelper.InMethod(); 204 TestHelper.InMethod();
205 Console.WriteLine("Started {0}", MethodBase.GetCurrentMethod());
206 205
207 //log4net.Config.XmlConfigurator.Configure(); 206 //log4net.Config.XmlConfigurator.Configure();
208 207
@@ -266,7 +265,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
266 /// no account exists with the creator name 265 /// no account exists with the creator name
267 /// </summary> 266 /// </summary>
268 [Test] 267 [Test]
269 public void TestLoadIarV0p1TempProfiles() 268 public void TestLoadIarV0_1TempProfiles()
270 { 269 {
271 Assert.Ignore(); 270 Assert.Ignore();
272 TestHelper.InMethod(); 271 TestHelper.InMethod();