diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index cc87a54..83328c8 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -404,16 +404,19 @@ namespace OpenSim.Tests.Common | |||
404 | public UUID ActiveGroupId | 404 | public UUID ActiveGroupId |
405 | { | 405 | { |
406 | get { return UUID.Zero; } | 406 | get { return UUID.Zero; } |
407 | set { } | ||
407 | } | 408 | } |
408 | 409 | ||
409 | public string ActiveGroupName | 410 | public string ActiveGroupName |
410 | { | 411 | { |
411 | get { return String.Empty; } | 412 | get { return String.Empty; } |
413 | set { } | ||
412 | } | 414 | } |
413 | 415 | ||
414 | public ulong ActiveGroupPowers | 416 | public ulong ActiveGroupPowers |
415 | { | 417 | { |
416 | get { return 0; } | 418 | get { return 0; } |
419 | set { } | ||
417 | } | 420 | } |
418 | 421 | ||
419 | public bool IsGroupMember(UUID groupID) | 422 | public bool IsGroupMember(UUID groupID) |