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
arthursv
Justin Clark-Casey (justincc) 2009-08-11 20:09:35 +01:00
parent 2dbdb7e036
commit fdd0ce68b3
1 changed files with 1 additions and 1 deletions

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;