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:
@@ -40,7 +40,7 @@ using OpenSim.Tests.Common.Mock;
|
||||
namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class SceneObjectScriptTests
|
||||
public class SceneObjectScriptTests : OpenSimTestCase
|
||||
{
|
||||
[Test]
|
||||
public void TestAddScript()
|
||||
|
||||
Reference in New Issue
Block a user