mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim.Tests.Performance
|
||||
/// earlier tests.
|
||||
/// </remarks>
|
||||
[TestFixture]
|
||||
public class ObjectPerformanceTests
|
||||
public class ObjectPerformanceTests : OpenSimTestCase
|
||||
{
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
|
||||
Reference in New Issue
Block a user