aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 41402a4..664ecb6 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -196,6 +196,7 @@ namespace OpenSim.Tests.Common.Mock
196 public event EstateCovenantRequest OnEstateCovenantRequest; 196 public event EstateCovenantRequest OnEstateCovenantRequest;
197 public event EstateChangeInfo OnEstateChangeInfo; 197 public event EstateChangeInfo OnEstateChangeInfo;
198 public event EstateManageTelehub OnEstateManageTelehub; 198 public event EstateManageTelehub OnEstateManageTelehub;
199 public event CachedTextureRequest OnCachedTextureRequest;
199 200
200 public event ObjectDuplicateOnRay OnObjectDuplicateOnRay; 201 public event ObjectDuplicateOnRay OnObjectDuplicateOnRay;
201 202
@@ -509,6 +510,11 @@ namespace OpenSim.Tests.Common.Mock
509 { 510 {
510 } 511 }
511 512
513 public void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures)
514 {
515
516 }
517
512 public virtual void Kick(string message) 518 public virtual void Kick(string message)
513 { 519 {
514 } 520 }