diff options
author | Melanie | 2011-07-23 18:34:46 +0200 |
---|---|---|
committer | Melanie | 2011-07-23 18:34:46 +0200 |
commit | 2e83b48873ae93776c257d6b829a14473a0a3a0d (patch) | |
tree | c0cfc4fe60fc840ba992cf9b59c9fe8239f72a48 /OpenSim/Tests/Common | |
parent | Fix failure to find avatars due to trainling spaces being sent by viewers. (diff) | |
parent | Fix LLTextBox to work with the updated libOMV (diff) | |
download | opensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.zip opensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.gz opensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.bz2 opensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index bacd773..0f89f84 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1218,7 +1218,7 @@ namespace OpenSim.Tests.Common.Mock | |||
1218 | { | 1218 | { |
1219 | } | 1219 | } |
1220 | 1220 | ||
1221 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) | 1221 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId) |
1222 | { | 1222 | { |
1223 | } | 1223 | } |
1224 | 1224 | ||