aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-06-02 06:26:20 +0100
committerUbitUmarov2017-06-02 06:26:20 +0100
commitde153c2b622c73e9388152d79a6c7fdf1f3d9c44 (patch)
tree2add7d12ee6b03f96120c85dfcb80162e81b0c40 /OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
parentMerge branch 'master' into httptests (diff)
parentavoi null refs on tests simple clients (diff)
downloadopensim-SC-de153c2b622c73e9388152d79a6c7fdf1f3d9c44.zip
opensim-SC-de153c2b622c73e9388152d79a6c7fdf1f3d9c44.tar.gz
opensim-SC-de153c2b622c73e9388152d79a6c7fdf1f3d9c44.tar.bz2
opensim-SC-de153c2b622c73e9388152d79a6c7fdf1f3d9c44.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
index 3e00d82..f2ce064 100644
--- a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
+++ b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
@@ -108,12 +108,12 @@ namespace OpenSim.Tests.Common
108 AddEvent(avatarID, "Enqueue", o); 108 AddEvent(avatarID, "Enqueue", o);
109 return true; 109 return true;
110 } 110 }
111 111/*
112 public void DisableSimulator(ulong handle, UUID avatarID) 112 public void DisableSimulator(ulong handle, UUID avatarID)
113 { 113 {
114 AddEvent(avatarID, "DisableSimulator", handle); 114 AddEvent(avatarID, "DisableSimulator", handle);
115 } 115 }
116 116*/
117 public void EnableSimulator (ulong handle, IPEndPoint endPoint, UUID avatarID, int regionSizeX, int regionSizeY) 117 public void EnableSimulator (ulong handle, IPEndPoint endPoint, UUID avatarID, int regionSizeX, int regionSizeY)
118 { 118 {
119 AddEvent(avatarID, "EnableSimulator", handle); 119 AddEvent(avatarID, "EnableSimulator", handle);