aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-07 02:19:26 +0000
committerJustin Clark-Casey (justincc)2013-02-07 02:19:26 +0000
commit3657a08844731e5a24eeda3195c23f417b4570a5 (patch)
tree700129646d59f942cd6ff85481d401f355789a5d /OpenSim/Tests
parentMake json store tests operate on a single thread to ensure we don't run into ... (diff)
downloadopensim-SC_OLD-3657a08844731e5a24eeda3195c23f417b4570a5.zip
opensim-SC_OLD-3657a08844731e5a24eeda3195c23f417b4570a5.tar.gz
opensim-SC_OLD-3657a08844731e5a24eeda3195c23f417b4570a5.tar.bz2
opensim-SC_OLD-3657a08844731e5a24eeda3195c23f417b4570a5.tar.xz
Add TestJsonWriteReadNotecard() regression test
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/MockScriptEngine.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/MockScriptEngine.cs b/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
index 51f2712..78bab5b 100644
--- a/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
+++ b/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
@@ -85,7 +85,7 @@ namespace OpenSim.Tests.Common
85 85
86 public bool PostScriptEvent(UUID itemID, string name, object[] args) 86 public bool PostScriptEvent(UUID itemID, string name, object[] args)
87 { 87 {
88 throw new System.NotImplementedException (); 88 return false;
89 } 89 }
90 90
91 public bool PostObjectEvent(UUID itemID, string name, object[] args) 91 public bool PostObjectEvent(UUID itemID, string name, object[] args)