mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16: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:
@@ -44,7 +44,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Tests
|
||||
/// XEngine tests.
|
||||
/// </summary>
|
||||
[TestFixture]
|
||||
public class XEngineTest
|
||||
public class XEngineTest : OpenSimTestCase
|
||||
{
|
||||
private TestScene m_scene;
|
||||
private XEngine m_xEngine;
|
||||
|
||||
Reference in New Issue
Block a user