From 1baa921463712306ba339a073c9fad493176cea0 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 13 Jan 2009 18:35:20 +0000 Subject: * minor: remove some mono compiler warnings --- OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications') 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 "If this is not the case please wait for your session to timeout. " + "If this takes longer than a few minutes please contact the grid owner. " + "Please wait 5 minutes if you are going to connect to a region nearby to the region you were at previously."; - string error_region_unavailable = "The region you are attempting to log into is not responding. Please select another region and try again."; + //string error_region_unavailable = "The region you are attempting to log into is not responding. Please select another region and try again."; // 2.1) Test for wrong user name loginParams = new Hashtable(); loginParams["first"] = lastName; -- cgit v1.1