aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 7dab6a1..873b3ac 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -367,7 +367,11 @@ namespace OpenSim.Tests.Common.Mock
367 get { return true; } 367 get { return true; }
368 set { } 368 set { }
369 } 369 }
370 370 public bool IsLoggingOut
371 {
372 get { return false; }
373 set { }
374 }
371 public UUID ActiveGroupId 375 public UUID ActiveGroupId
372 { 376 {
373 get { return UUID.Zero; } 377 get { return UUID.Zero; }