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