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 analysisarthursv
parent
2dbdb7e036
commit
fdd0ce68b3
|
@ -386,7 +386,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
|
||||||
|
|
||||||
log4net.Config.XmlConfigurator.Configure();
|
log4net.Config.XmlConfigurator.Configure();
|
||||||
|
|
||||||
Scene scene = SceneSetupHelpers.SetupScene("");
|
Scene scene = SceneSetupHelpers.SetupScene("inventory");
|
||||||
CommunicationsManager commsManager = scene.CommsManager;
|
CommunicationsManager commsManager = scene.CommsManager;
|
||||||
CachedUserInfo userInfo;
|
CachedUserInfo userInfo;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue