aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2016-08-18 12:45:11 +0100
committerUbitUmarov2016-08-18 12:45:11 +0100
commitac542715f1712eaba298a0a8e42c3ce9b0c7f24a (patch)
treeaaf1736359a74b0f1572c6a5f387837770fbd1af /OpenSim/Tests
parentseveral changes on BunchOfCaps. Move some mesh cost initialization to its cla... (diff)
downloadopensim-SC_OLD-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.zip
opensim-SC_OLD-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.tar.gz
opensim-SC_OLD-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.tar.bz2
opensim-SC_OLD-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.tar.xz
add caps HomeLocation ; add client SendAlertMessage(string message, string info), where info in info message field. only minimal testing done
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 4f8e986..9b087c9 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -861,6 +861,10 @@ namespace OpenSim.Tests.Common
861 { 861 {
862 } 862 }
863 863
864 public void SendAlertMessage(string message, string info)
865 {
866 }
867
864 public void SendSystemAlertMessage(string message) 868 public void SendSystemAlertMessage(string message)
865 { 869 {
866 } 870 }