diff options
author | Melanie | 2010-06-12 01:26:55 +0100 |
---|---|---|
committer | Melanie | 2010-06-12 01:26:55 +0100 |
commit | 508bfa1de81d6de0c75109451558271140d79d50 (patch) | |
tree | 199f6924ace32b7060008a3776b762fedfce49cf /OpenSim/Tests | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet (diff) | |
download | opensim-SC_OLD-508bfa1de81d6de0c75109451558271140d79d50.zip opensim-SC_OLD-508bfa1de81d6de0c75109451558271140d79d50.tar.gz opensim-SC_OLD-508bfa1de81d6de0c75109451558271140d79d50.tar.bz2 opensim-SC_OLD-508bfa1de81d6de0c75109451558271140d79d50.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index ebbf4ff..f8304c0 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1224,5 +1224,9 @@ namespace OpenSim.Tests.Common.Mock | |||
1224 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) | 1224 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) |
1225 | { | 1225 | { |
1226 | } | 1226 | } |
1227 | |||
1228 | public void StopFlying(ISceneEntity presence) | ||
1229 | { | ||
1230 | } | ||
1227 | } | 1231 | } |
1228 | } | 1232 | } |