Add regression test for sending group notices via xmlrpc groups connector.

This commit is contained in:
Justin Clark-Casey (justincc)
2014-03-07 01:04:40 +00:00
parent ddd38a3dea
commit 71918eeab4
6 changed files with 261 additions and 55 deletions

View File

@@ -497,6 +497,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
OnNewGroupNotice(GroupID, NoticeID);
}
/*** We would insert call code here ***/
// Send notice out to everyone that wants notices
foreach (GroupMembersData member in m_groupData.GetGroupMembers(GetRequestingAgentID(remoteClient), GroupID))
{