aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMelanie2011-07-23 11:39:32 +0100
committerMelanie2011-07-23 11:39:32 +0100
commit96174595da269f50d37c88c213ad00b79a7c7c83 (patch)
tree59655d3f8d0681ef77c1d939480edb2e3765e66d /OpenSim/Tests
parentFix merge artefact (diff)
downloadopensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.zip
opensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.tar.gz
opensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.tar.bz2
opensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.tar.xz
Fix LLTextBox to work with the updated libOMV
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
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