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:
@@ -39,7 +39,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests
|
||||
/// The generated C# code is compared against the expected C# code.
|
||||
/// </summary>
|
||||
[TestFixture]
|
||||
public class CSCodeGeneratorTest
|
||||
public class CSCodeGeneratorTest : OpenSimTestCase
|
||||
{
|
||||
[Test]
|
||||
public void TestDefaultState()
|
||||
|
||||
Reference in New Issue
Block a user