diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-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 6e8cc9f..151dcca 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -354,6 +354,8 @@ namespace OpenSim.Tests.Common | |||
354 | 354 | ||
355 | public ISceneAgent SceneAgent { get; set; } | 355 | public ISceneAgent SceneAgent { get; set; } |
356 | 356 | ||
357 | public bool DoObjectAnimations { get; set; } | ||
358 | |||
357 | /// <value> | 359 | /// <value> |
358 | /// The last caps seed url that this client was given. | 360 | /// The last caps seed url that this client was given. |
359 | /// </value> | 361 | /// </value> |