aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2015-09-27 06:36:26 +0100
committerUbitUmarov2015-09-27 06:38:19 +0100
commit18536b4be624ff5583186eacb40b495eefe1fa93 (patch)
treecfb2982e5ab57834944b3e56dd6640e036c2ca37 /OpenSim/Tests
parent AvatarGroupsReply message does not have ListInProfile fields (diff)
downloadopensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.zip
opensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.tar.gz
opensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.tar.bz2
opensim-SC_OLD-18536b4be624ff5583186eacb40b495eefe1fa93.tar.xz
add missing SendAgentGroupDataUpdate to llClientView
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 }