diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 98a98c0..cc87a54 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -421,6 +421,11 @@ namespace OpenSim.Tests.Common | |||
421 | return false; | 421 | return false; |
422 | } | 422 | } |
423 | 423 | ||
424 | public Dictionary<UUID, ulong> GetGroupPowers() | ||
425 | { | ||
426 | return new Dictionary<UUID, ulong>(); | ||
427 | } | ||
428 | |||
424 | public ulong GetGroupPowers(UUID groupID) | 429 | public ulong GetGroupPowers(UUID groupID) |
425 | { | 430 | { |
426 | return 0; | 431 | return 0; |