From c3e74d9e044618b012f38d3d00aeac2dd212bf45 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 7 Aug 2019 18:19:56 +0100 Subject: Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown --- OpenSim/Tests/Common/Mock/TestClient.cs | 5 +++++ 1 file changed, 5 insertions(+) mode change 100644 => 100755 OpenSim/Tests/Common/Mock/TestClient.cs (limited to 'OpenSim/Tests') diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs old mode 100644 new mode 100755 index fd14291..6cea71f --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs @@ -453,6 +453,11 @@ namespace OpenSim.Tests.Common get { return m_scene; } } + public UUID ScopeId + { + get { return UUID.Zero; } + } + public bool SendLogoutPacketWhenClosing { set { } -- cgit v1.1