aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorUbitUmarov2018-12-31 16:58:44 +0000
committerUbitUmarov2018-12-31 16:58:44 +0000
commit813fda90dabacc11d78bfbeb50b9e5cef79b1877 (patch)
tree0a39a899c6b92e4a9a34dcb531001148bc2d568a /OpenSim/Tests/Common
parentlost in updates (diff)
downloadopensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.zip
opensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.tar.gz
opensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.tar.bz2
opensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.tar.xz
temporary HACK to not kill some viewers
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
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>