* Extend stub to test the successful login of a user on the local login service

* Test does not do authentication
This commit is contained in:
Justin Clarke Casey
2009-01-05 17:38:39 +00:00
parent 0b8d22ab54
commit 04ffcce7ea
6 changed files with 106 additions and 4 deletions

View File

@@ -320,6 +320,7 @@ namespace OpenSim.Grid.UserServer
// Update agent with target sim
user.CurrentAgent.Region = regionInfo.UUID;
user.CurrentAgent.Handle = regionInfo.regionHandle;
// Prepare notification
Hashtable loginParams = new Hashtable();
loginParams["session_id"] = user.CurrentAgent.SessionID.ToString();