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
This commit is contained in:
Justin Clark-Casey (justincc)
2009-08-11 20:09:35 +01:00
parent 2dbdb7e036
commit fdd0ce68b3

View File

@@ -386,7 +386,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
log4net.Config.XmlConfigurator.Configure();
Scene scene = SceneSetupHelpers.SetupScene("");
Scene scene = SceneSetupHelpers.SetupScene("inventory");
CommunicationsManager commsManager = scene.CommsManager;
CachedUserInfo userInfo;