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
OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue