aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-04-24* minor: move user profile test utils to test/common/setup for future reuseJustin Clarke Casey1-1/+2
2009-04-17* Extend get user profile test to cover retrieval by nameJustin Clarke Casey1-2/+1
2009-02-12* refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey1-2/+3
* This simplifies callers in most cases - CachedUserInfo is already handling the rest of the fetch inventory work anyway
2009-02-12* optimized usings.lbsa711-2/+0
2009-01-05* Simplify test code by always setting up mock 'in memory' user and ↵Justin Clarke Casey1-27/+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
2008-12-12* Add file missing from last commitJustin Clarke Casey1-0/+95