aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rwxr-xr-x[-rw-r--r--]OpenSim/Tests/Common/Mock/TestClient.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index fd14291..6cea71f 100644..100755
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -453,6 +453,11 @@ namespace OpenSim.Tests.Common
453 get { return m_scene; } 453 get { return m_scene; }
454 } 454 }
455 455
456 public UUID ScopeId
457 {
458 get { return UUID.Zero; }
459 }
460
456 public bool SendLogoutPacketWhenClosing 461 public bool SendLogoutPacketWhenClosing
457 { 462 {
458 set { } 463 set { }