aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index ff7ba00..1d8e38f 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -118,6 +118,7 @@ namespace OpenSim.Tests.Common
118 public event SetAlwaysRun OnSetAlwaysRun; 118 public event SetAlwaysRun OnSetAlwaysRun;
119 119
120 public event DeRezObject OnDeRezObject; 120 public event DeRezObject OnDeRezObject;
121 public event RezRestoreToWorld OnRezRestoreToWorld;
121 public event Action<IClientAPI> OnRegionHandShakeReply; 122 public event Action<IClientAPI> OnRegionHandShakeReply;
122 public event GenericCall1 OnRequestWearables; 123 public event GenericCall1 OnRequestWearables;
123 public event Action<IClientAPI, bool> OnCompleteMovementToRegion; 124 public event Action<IClientAPI, bool> OnCompleteMovementToRegion;