aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-05-18 18:22:15 +0000
committerJustin Clarke Casey2009-05-18 18:22:15 +0000
commit29671fc103b0621c57ee87d7479fc69c7a953b32 (patch)
tree36a20ccb053cf4bf0420e8b97167617d9d07ff75 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
parent* Re-enable save oar test by loading asset data plugins from test mock class (diff)
downloadopensim-SC_OLD-29671fc103b0621c57ee87d7479fc69c7a953b32.zip
opensim-SC_OLD-29671fc103b0621c57ee87d7479fc69c7a953b32.tar.gz
opensim-SC_OLD-29671fc103b0621c57ee87d7479fc69c7a953b32.tar.bz2
opensim-SC_OLD-29671fc103b0621c57ee87d7479fc69c7a953b32.tar.xz
* Resolve http://opensimulator.org/mantis/view.php?id=3191
* Catch directory exception on load oar as well as file exception
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();