aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-23Formatting cleanup.Jeff Ames1-1/+1
2009-11-05add unit test for iar & escapingJustin Clark-Casey (justincc)1-2/+22
2009-10-01Formatting cleanup.Jeff Ames1-7/+7
2009-09-08extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)1-1/+1
correct bug associated with this
2009-08-11Establish CachedUserInfo.OnInventoryReceived event so that region/test ↵Justin Clark-Casey (justincc)1-6/+36
inventory code can be written with the async inventory fetch
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