aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMelanie Thielker2009-03-27 18:51:45 +0000
committerMelanie Thielker2009-03-27 18:51:45 +0000
commit37e81c7d54db5b775550db9455bcd9cdce046bc7 (patch)
tree0f44e0b459ba0f74aa6b9798d820e1341a70cff6 /OpenSim/Tests
parent* minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization (diff)
downloadopensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.zip
opensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.tar.gz
opensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.tar.bz2
opensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.tar.xz
Remove a hardcoded flow/dependency on the money module from LLCLientView
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 0635aab..926d138 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1094,5 +1094,9 @@ namespace OpenSim.Tests.Common.Mock
1094 public void SendUserInfoReply(bool imViaEmail, bool visible, string email) 1094 public void SendUserInfoReply(bool imViaEmail, bool visible, string email)
1095 { 1095 {
1096 } 1096 }
1097
1098 public void SendCreateGroupReply(UUID groupID, bool success, string message)
1099 {
1100 }
1097 } 1101 }
1098} 1102}