Fixed serialization of AgentGroupDataUpdateMessage, problem discovered by unit tests
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2946 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -85,9 +85,11 @@ namespace OpenMetaverse.Tests
|
||||
|
||||
AgentGroupDataUpdateMessage.NewGroupData ng1 = new AgentGroupDataUpdateMessage.NewGroupData();
|
||||
ng1.ListInProfile = false;
|
||||
nblocks[0] = ng1;
|
||||
|
||||
AgentGroupDataUpdateMessage.NewGroupData ng2 = new AgentGroupDataUpdateMessage.NewGroupData();
|
||||
ng2.ListInProfile = true;
|
||||
nblocks[1] = ng2;
|
||||
|
||||
s.NewGroupDataBlock = nblocks;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user