aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authordahlia2014-01-20 11:54:36 -0800
committerdahlia2014-01-20 11:54:36 -0800
commit719810e9d830de773c2e8b58341860a9e6ea603c (patch)
treee8e44feb6a17ff1985ecc44ba2be33e0d1206bac /OpenSim/Tests/Common/Mock/TestClient.cs
parentadd null texture entry face check before converting legacy materials (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-719810e9d830de773c2e8b58341860a9e6ea603c.zip
opensim-SC_OLD-719810e9d830de773c2e8b58341860a9e6ea603c.tar.gz
opensim-SC_OLD-719810e9d830de773c2e8b58341860a9e6ea603c.tar.bz2
opensim-SC_OLD-719810e9d830de773c2e8b58341860a9e6ea603c.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 9370102..a4247e3 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -788,11 +788,6 @@ namespace OpenSim.Tests.Common.Mock
788 { 788 {
789 OnRegionHandShakeReply(this); 789 OnRegionHandShakeReply(this);
790 } 790 }
791
792 if (OnCompleteMovementToRegion != null)
793 {
794 OnCompleteMovementToRegion(this, true);
795 }
796 } 791 }
797 792
798 public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) 793 public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID)