aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-08-11 20:09:35 +0100
committerJustin Clark-Casey (justincc)2009-08-11 20:09:35 +0100
commitfdd0ce68b3c5ef5b17d088d40c6c1a71d672242f (patch)
tree2f6e4ddd1f195f0791e70fee9e96d573a99a0e13 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver
parentRe-enable TestReplicateArchivePathToUserInventory() but stop it failing on th... (diff)
downloadopensim-SC_OLD-fdd0ce68b3c5ef5b17d088d40c6c1a71d672242f.zip
opensim-SC_OLD-fdd0ce68b3c5ef5b17d088d40c6c1a71d672242f.tar.gz
opensim-SC_OLD-fdd0ce68b3c5ef5b17d088d40c6c1a71d672242f.tar.bz2
opensim-SC_OLD-fdd0ce68b3c5ef5b17d088d40c6c1a71d672242f.tar.xz
Do new inventory module setup, which is why the test was failing (not the original race condition, hopefully!)
Still always catching the NRE for now pending analysis
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs2
1 files changed, 1 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 c04ce08..28b4d64 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -386,7 +386,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
386 386
387 log4net.Config.XmlConfigurator.Configure(); 387 log4net.Config.XmlConfigurator.Configure();
388 388
389 Scene scene = SceneSetupHelpers.SetupScene(""); 389 Scene scene = SceneSetupHelpers.SetupScene("inventory");
390 CommunicationsManager commsManager = scene.CommsManager; 390 CommunicationsManager commsManager = scene.CommsManager;
391 CachedUserInfo userInfo; 391 CachedUserInfo userInfo;
392 392