From b24c669c16d574a30a856839dd5fcbf8c1d4eabe Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 2 Jan 2019 16:44:13 +0000 Subject: more on the hack (runprebuild) --- OpenSim/Tests/Common/Mock/TestClient.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Tests/Common') diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index b0ede78..ecf3785 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs @@ -1404,5 +1404,8 @@ namespace OpenSim.Tests.Common public void SendPartPhysicsProprieties(ISceneEntity entity) { } + + public void CheckViewerCaps() { } + } } -- cgit v1.1