diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 9251c4f..f407e5a 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -990,7 +990,7 @@ namespace OpenSim.Tests.Common | |||
990 | { | 990 | { |
991 | } | 991 | } |
992 | 992 | ||
993 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, Byte[] charterMember, | 993 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, Byte[] membershipType, |
994 | string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, | 994 | string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, |
995 | UUID partnerID) | 995 | UUID partnerID) |
996 | { | 996 | { |