Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Enhanced LoginServiceTests to test for authentication and response | Sean Dague | 2009-01-12 | 1 | -18/+197 |
| | | | | | | | Expanded TestUserDataPlugin to cover new methods From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | * Centralize references to the well known blank texture ↵ | Justin Clarke Casey | 2009-01-05 | 1 | -3/+2 |
| | | | | 5748decc-f629-461c-9a36-a35a221fe21f to a constant in OpenSim.Framework.Util | ||||
* | * Add prereqs and usings required by the Windows compiler | Justin Clarke Casey | 2009-01-05 | 1 | -0/+2 |
| | |||||
* | * Add seed cap check to login test | Justin Clarke Casey | 2009-01-05 | 1 | -5/+15 |
| | |||||
* | * Simplify test code by always setting up mock 'in memory' user and ↵ | Justin Clarke Casey | 2009-01-05 | 1 | -4/+1 |
| | | | | | | | | inventory data plugins for every TestCommunicationsManager * imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use | ||||
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 1 | -0/+96 |
* Test does not do authentication |