aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
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}