aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestUserDataPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deleted obsolete files in the Data layer. Compiles.Diva Canto2010-02-211-216/+0
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-231-0/+5
| | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls
* * Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2009-04-221-0/+2
| | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
* - move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur2009-02-031-1/+2
| | | | | - trim trailing whitespace
* Enhanced LoginServiceTests to test for authentication and responseSean Dague2009-01-121-26/+108
| | | | | | | Expanded TestUserDataPlugin to cover new methods From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-051-1/+4
| | | | | | * Test does not do authentication
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey2008-12-111-0/+123
sprouting another one