diff options
author | UbitUmarov | 2019-01-02 16:44:13 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-02 16:44:13 +0000 |
commit | b24c669c16d574a30a856839dd5fcbf8c1d4eabe (patch) | |
tree | 18ae9d8ecea72c9c20edf4fb7352a8b3b27aab95 /OpenSim/Tests/Common | |
parent | mantis 8438: work around null ref (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 3 |
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 | } |