aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2016-07-26 17:57:14 +0100
committerUbitUmarov2016-07-26 17:57:14 +0100
commit1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67 (patch)
treeca97e43d56625d9c9947a510d587fec523280b53 /OpenSim/Tests
parent let some group related data to have a public set (diff)
downloadopensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.zip
opensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.gz
opensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.bz2
opensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.xz
add a public SetGroupPowers to clientView
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 83328c8..4f8e986 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -429,6 +429,8 @@ namespace OpenSim.Tests.Common
429 return new Dictionary<UUID, ulong>(); 429 return new Dictionary<UUID, ulong>();
430 } 430 }
431 431
432 public void SetGroupPowers(Dictionary<UUID, ulong> powers) { }
433
432 public ulong GetGroupPowers(UUID groupID) 434 public ulong GetGroupPowers(UUID groupID)
433 { 435 {
434 return 0; 436 return 0;