diff options
author | Justin Clark-Casey (justincc) | 2013-01-26 00:28:45 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-26 00:33:19 +0000 |
commit | c42e2c6906e67b0585357181a4edcf49a946beab (patch) | |
tree | b44a28fc1be40f429fd051b8cb517e4d26792af5 /OpenSim/Region | |
parent | Bump version up to 0.7.5-rc2 (diff) | |
download | opensim-SC_OLD-c42e2c6906e67b0585357181a4edcf49a946beab.zip opensim-SC_OLD-c42e2c6906e67b0585357181a4edcf49a946beab.tar.gz opensim-SC_OLD-c42e2c6906e67b0585357181a4edcf49a946beab.tar.bz2 opensim-SC_OLD-c42e2c6906e67b0585357181a4edcf49a946beab.tar.xz |
minor: Call down to base OpenSimTestCase.SetUp() in NPCModuleTests to disable any enabled logging from previous tests
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs b/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs index a522277..bf23040 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs | |||
@@ -74,6 +74,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests | |||
74 | [SetUp] | 74 | [SetUp] |
75 | public void Init() | 75 | public void Init() |
76 | { | 76 | { |
77 | base.SetUp(); | ||
78 | |||
77 | IConfigSource config = new IniConfigSource(); | 79 | IConfigSource config = new IniConfigSource(); |
78 | config.AddConfig("NPC"); | 80 | config.AddConfig("NPC"); |
79 | config.Configs["NPC"].Set("Enabled", "true"); | 81 | config.Configs["NPC"].Set("Enabled", "true"); |