aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-13 18:35:20 +0000
committerJustin Clarke Casey2009-01-13 18:35:20 +0000
commit1baa921463712306ba339a073c9fad493176cea0 (patch)
treec2bc941679c37ffb9c6cbc7ec1228a304d6dce5e /OpenSim/Framework/Communications
parent* minor; Very minor non-functional tidy ups (diff)
downloadopensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.zip
opensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.tar.gz
opensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.tar.bz2
opensim-SC_OLD-1baa921463712306ba339a073c9fad493176cea0.tar.xz
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r--OpenSim/Framework/Communications/Tests/LoginServiceTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
index 8111add..ffa3c5f 100644
--- a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
+++ b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
@@ -212,7 +212,7 @@ namespace OpenSim.Framework.Communications.Tests
212 "If this is not the case please wait for your session to timeout. " + 212 "If this is not the case please wait for your session to timeout. " +
213 "If this takes longer than a few minutes please contact the grid owner. " + 213 "If this takes longer than a few minutes please contact the grid owner. " +
214 "Please wait 5 minutes if you are going to connect to a region nearby to the region you were at previously."; 214 "Please wait 5 minutes if you are going to connect to a region nearby to the region you were at previously.";
215 string error_region_unavailable = "The region you are attempting to log into is not responding. Please select another region and try again."; 215 //string error_region_unavailable = "The region you are attempting to log into is not responding. Please select another region and try again.";
216 // 2.1) Test for wrong user name 216 // 2.1) Test for wrong user name
217 loginParams = new Hashtable(); 217 loginParams = new Hashtable();
218 loginParams["first"] = lastName; 218 loginParams["first"] = lastName;