aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorMelanie Thielker2019-08-07 18:19:56 +0100
committerMelanie Thielker2019-08-07 18:22:13 +0100
commitc3e74d9e044618b012f38d3d00aeac2dd212bf45 (patch)
treea0cc2d65ae2e099e66b60863d943ab8ec9f7c0ca /OpenSim/Tests/Common/Mock/TestClient.cs
parentMerge branch 'master' of brain.opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.zip
opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.gz
opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.bz2
opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.xz
Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown
Diffstat (limited to '')
-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 { }