Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * refactor: Stop exposing InventoryFolderImpl.SubFolders publicly | Justin Clarke Casey | 2008-12-11 | 1 | -2/+2 |
| | |||||
* | * Add get child folder test | Justin Clarke Casey | 2008-12-11 | 1 | -0/+27 |
| | |||||
* | * Add create folder userinfo test | Justin Clarke Casey | 2008-12-11 | 1 | -1/+21 |
| | |||||
* | * Pop in a missing using statement without which ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -1/+10 |
| | | | | UserProfileCacheServiceTests.cs fails on Windows (but not mono) | ||||
* | minor: Add request inventory test | Justin Clarke Casey | 2008-12-11 | 1 | -1/+22 |
| | |||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -1/+1 |
| | | | | sprouting another one | ||||
* | * Extend test to probe for user details that should exist | Justin Clarke Casey | 2008-12-11 | 1 | -2/+8 |
| | |||||
* | * test: Add simple user profile test that checks for non-existing users | Justin Clarke Casey | 2008-12-11 | 1 | -3/+15 |
| | |||||
* | * refactor: Move inventory handlers out from UserProfileCacheService | Justin Clarke Casey | 2008-12-10 | 1 | -0/+0 |
| | | | | | | | | * This means that UserProfileCacheService no longer needs to know about IClientAPI and can leave it to callers to do their own error logging * This is also more consistent with the way that item inventory manipulation is handled * I don't really think Scene.PacketHandlers.cs should be a permanent home for these handlers - this is just for convenience | ||||
* | * Establish OpenSim.Framework.Communications.Tests beachhead | Justin Clarke Casey | 2008-12-10 | 1 | -0/+48 |
* No valid tests yet |