mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
/// OpenSim.Region.Framework.Scenes.Tests.SceneObjectLinkingTests.
|
||||
/// </remarks>
|
||||
[TestFixture]
|
||||
public class LSL_ApiLinkingTests
|
||||
public class LSL_ApiLinkingTests : OpenSimTestCase
|
||||
{
|
||||
protected Scene m_scene;
|
||||
protected XEngine.XEngine m_engine;
|
||||
|
||||
Reference in New Issue
Block a user