diff options
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 0031127..3cd5253 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -369,6 +369,8 @@ namespace OpenSim.Tests.Common | |||
369 | set { } | 369 | set { } |
370 | } | 370 | } |
371 | 371 | ||
372 | public float StartFar { get; set; } | ||
373 | |||
372 | public virtual UUID AgentId | 374 | public virtual UUID AgentId |
373 | { | 375 | { |
374 | get { return m_agentId; } | 376 | get { return m_agentId; } |