diff options
author | Melanie | 2013-02-07 03:20:16 +0000 |
---|---|---|
committer | Melanie | 2013-02-07 03:20:16 +0000 |
commit | 529489e73a35872dc62b84a64849d634056e18c2 (patch) | |
tree | 875319f908e451d89635b28bc47599a2f962a5db /OpenSim/Tests | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-529489e73a35872dc62b84a64849d634056e18c2.zip opensim-SC-529489e73a35872dc62b84a64849d634056e18c2.tar.gz opensim-SC-529489e73a35872dc62b84a64849d634056e18c2.tar.bz2 opensim-SC-529489e73a35872dc62b84a64849d634056e18c2.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Tests')
-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) |