mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Tests.Performance
|
||||
/// earlier tests.
|
||||
/// </remarks>
|
||||
[TestFixture]
|
||||
public class NPCPerformanceTests
|
||||
public class NPCPerformanceTests : OpenSimTestCase
|
||||
{
|
||||
private TestScene scene;
|
||||
private AvatarFactoryModule afm;
|
||||
|
||||
Reference in New Issue
Block a user