diff options
author | Justin Clarke Casey | 2009-01-05 17:38:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-05 17:38:39 +0000 |
commit | 04ffcce7ea4fd303cd05e31aa8ece999c17f45b0 (patch) | |
tree | 74196c15e8c716d3361cce6343eb1c7a48338c5d /OpenSim/Framework/Communications/LoginService.cs | |
parent | * Check in login service tests beachhead (diff) | |
download | opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.zip opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.gz opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.bz2 opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.xz |
* Extend stub to test the successful login of a user on the local login service
* Test does not do authentication
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index b2434c2..f34f10c 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -117,8 +117,6 @@ namespace OpenSim.Framework.Communications | |||
117 | 117 | ||
118 | bool GoodXML = (requestData.Contains("first") && requestData.Contains("last") && | 118 | bool GoodXML = (requestData.Contains("first") && requestData.Contains("last") && |
119 | (requestData.Contains("passwd") || requestData.Contains("web_login_key"))); | 119 | (requestData.Contains("passwd") || requestData.Contains("web_login_key"))); |
120 | |||
121 | //bool GoodLogin; | ||
122 | 120 | ||
123 | string startLocationRequest = "last"; | 121 | string startLocationRequest = "last"; |
124 | 122 | ||