aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2016-07-26 17:34:59 +0100
committerUbitUmarov2016-07-26 17:34:59 +0100
commit13ae6dff18a507791b3e05eaef74c2f2066cdfec (patch)
treeda53ba5a6df901b5439267d3cc92ed196946a9f9 /OpenSim/Tests
parent get a copy of current clientView group powers (diff)
downloadopensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.zip
opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.gz
opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.bz2
opensim-SC_OLD-13ae6dff18a507791b3e05eaef74c2f2066cdfec.tar.xz
let some group related data to have a public set
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs3
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)