aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-29 04:36:41 +0000
committerJustin Clark-Casey (justincc)2013-01-29 04:36:41 +0000
commit39700445f257108305f576c7af67623cc145906c (patch)
tree6925ac0acac7ca5104ba3e94fa949875d92f3ca1 /OpenSim/Region/OptionalModules/Scripting
parentminor: remove EnableLogging() left over in CoopTerminationTests (diff)
downloadopensim-SC_OLD-39700445f257108305f576c7af67623cc145906c.zip
opensim-SC_OLD-39700445f257108305f576c7af67623cc145906c.tar.gz
opensim-SC_OLD-39700445f257108305f576c7af67623cc145906c.tar.bz2
opensim-SC_OLD-39700445f257108305f576c7af67623cc145906c.tar.xz
minor: change name of json script tests to JsonStoreScriptModuleTests instead of copy/pasted LSL_ApiInventoryTests
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting')
-rw-r--r--OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs b/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs
index 5b2931e..9f91728 100644
--- a/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs
+++ b/OpenSim/Region/OptionalModules/Scripting/JsonStore/Tests/JsonStoreScriptModuleTests.cs
@@ -48,7 +48,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests
48 /// Tests for inventory functions in LSL 48 /// Tests for inventory functions in LSL
49 /// </summary> 49 /// </summary>
50 [TestFixture] 50 [TestFixture]
51 public class LSL_ApiInventoryTests : OpenSimTestCase 51 public class JsonStoreScriptModuleTests : OpenSimTestCase
52 { 52 {
53 private Scene m_scene; 53 private Scene m_scene;
54 private MockScriptEngine m_engine; 54 private MockScriptEngine m_engine;