minor: change name of json script tests to JsonStoreScriptModuleTests instead of copy/pasted LSL_ApiInventoryTests
parent
fa5e1dde64
commit
afc93d7ac4
|
@ -48,7 +48,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests
|
||||||
/// Tests for inventory functions in LSL
|
/// Tests for inventory functions in LSL
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class LSL_ApiInventoryTests : OpenSimTestCase
|
public class JsonStoreScriptModuleTests : OpenSimTestCase
|
||||||
{
|
{
|
||||||
private Scene m_scene;
|
private Scene m_scene;
|
||||||
private MockScriptEngine m_engine;
|
private MockScriptEngine m_engine;
|
||||||
|
|
Loading…
Reference in New Issue