From 37e81c7d54db5b775550db9455bcd9cdce046bc7 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 27 Mar 2009 18:51:45 +0000 Subject: Remove a hardcoded flow/dependency on the money module from LLCLientView --- OpenSim/Tests/Common/Mock/TestClient.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Tests/Common/Mock') 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 public void SendUserInfoReply(bool imViaEmail, bool visible, string email) { } + + public void SendCreateGroupReply(UUID groupID, bool success, string message) + { + } } } -- cgit v1.1