aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-01-02 16:44:13 +0000
committerUbitUmarov2019-01-02 16:44:13 +0000
commitb24c669c16d574a30a856839dd5fcbf8c1d4eabe (patch)
tree18ae9d8ecea72c9c20edf4fb7352a8b3b27aab95 /OpenSim/Tests/Common/Mock/TestClient.cs
parentmantis 8438: work around null ref (diff)
downloadopensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.zip
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.gz
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.bz2
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.xz
more on the hack (runprebuild)
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs3
1 files changed, 3 insertions, 0 deletions
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
1404 public void SendPartPhysicsProprieties(ISceneEntity entity) 1404 public void SendPartPhysicsProprieties(ISceneEntity entity)
1405 { 1405 {
1406 } 1406 }
1407
1408 public void CheckViewerCaps() { }
1409
1407 } 1410 }
1408} 1411}