mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
This commit is contained in:
@@ -46,7 +46,7 @@ using LSL_String = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
|
||||
namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class LSL_ApiListTests
|
||||
public class LSL_ApiListTests : OpenSimTestCase
|
||||
{
|
||||
private LSL_Api m_lslApi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user