diff options
author | Justin Clark-Casey (justincc) | 2013-02-07 02:19:26 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-07 02:19:26 +0000 |
commit | 3657a08844731e5a24eeda3195c23f417b4570a5 (patch) | |
tree | 700129646d59f942cd6ff85481d401f355789a5d /OpenSim/Tests/Common/Mock | |
parent | Make json store tests operate on a single thread to ensure we don't run into ... (diff) | |
download | opensim-SC-3657a08844731e5a24eeda3195c23f417b4570a5.zip opensim-SC-3657a08844731e5a24eeda3195c23f417b4570a5.tar.gz opensim-SC-3657a08844731e5a24eeda3195c23f417b4570a5.tar.bz2 opensim-SC-3657a08844731e5a24eeda3195c23f417b4570a5.tar.xz |
Add TestJsonWriteReadNotecard() regression test
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/MockScriptEngine.cs | 2 |
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) |