enable the NPC module for its regression test

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-03 04:48:47 +01:00
parent c1c0d780ee
commit b7a3f36c65

View File

@@ -59,6 +59,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
config.AddConfig("AvatarService");
config.Configs["AvatarService"].Set("LocalServiceModule", "OpenSim.Services.AvatarService.dll:AvatarService");
config.Configs["AvatarService"].Set("StorageProvider", "OpenSim.Data.Null.dll");
config.AddConfig("NPC");
config.Configs["NPC"].Set("Enabled", "true");
AvatarFactoryModule afm = new AvatarFactoryModule();
TestScene scene = SceneSetupHelpers.SetupScene();