diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs index f2ce064..9880c91 100644 --- a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs +++ b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs | |||
@@ -167,7 +167,7 @@ namespace OpenSim.Tests.Common | |||
167 | AddEvent(receiverAgent, "AgentGroupDataUpdate", data); | 167 | AddEvent(receiverAgent, "AgentGroupDataUpdate", data); |
168 | } | 168 | } |
169 | 169 | ||
170 | public OSD ScriptRunningEvent (UUID objectID, UUID itemID, bool running, bool mono) | 170 | public void ScriptRunningEvent (UUID objectID, UUID itemID, bool running, UUID avatarID) |
171 | { | 171 | { |
172 | Console.WriteLine("ONE"); | 172 | Console.WriteLine("ONE"); |
173 | throw new System.NotImplementedException (); | 173 | throw new System.NotImplementedException (); |