diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 2 |
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; |