minor: Call down to base OpenSimTestCase.SetUp() in NPCModuleTests to disable any enabled logging from previous tests

0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2013-01-26 00:28:45 +00:00
parent 6bd57f2455
commit c42e2c6906
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
[SetUp]
public void Init()
{
base.SetUp();
IConfigSource config = new IniConfigSource();
config.AddConfig("NPC");
config.Configs["NPC"].Set("Enabled", "true");