aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index f034443..76ee5c2 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1208,6 +1208,10 @@ namespace OpenSim.Tests.Common
1208 { 1208 {
1209 } 1209 }
1210 1210
1211 public void SendAgentGroupDataUpdate(UUID avatarID, GroupMembershipData[] data)
1212 {
1213 }
1214
1211 public void SendJoinGroupReply(UUID groupID, bool success) 1215 public void SendJoinGroupReply(UUID groupID, bool success)
1212 { 1216 {
1213 } 1217 }