From 29671fc103b0621c57ee87d7479fc69c7a953b32 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 18 May 2009 18:22:15 +0000 Subject: * Resolve http://opensimulator.org/mantis/view.php?id=3191 * Catch directory exception on load oar as well as file exception --- .../Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver') 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 /// Test saving a V0.1 OpenSim Inventory Archive (subject to change since there is no fixed format yet). /// //[Test] - public void TestSaveIarV0p1() + public void TestSaveIarV0_1() { TestHelper.InMethod(); - //log4net.Config.XmlConfigurator.Configure(); + log4net.Config.XmlConfigurator.Configure(); InventoryArchiverModule archiverModule = new InventoryArchiverModule(); @@ -198,11 +198,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests /// an account exists with the creator name. /// [Test] - public void TestLoadIarV0p1ExistingUsers() + public void TestLoadIarV0_1ExistingUsers() { Assert.Ignore(); TestHelper.InMethod(); - Console.WriteLine("Started {0}", MethodBase.GetCurrentMethod()); //log4net.Config.XmlConfigurator.Configure(); @@ -266,7 +265,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests /// no account exists with the creator name /// [Test] - public void TestLoadIarV0p1TempProfiles() + public void TestLoadIarV0_1TempProfiles() { Assert.Ignore(); TestHelper.InMethod(); -- cgit v1.1