aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Helpers/AssetHelpers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2011-08-011-3/+3
| | | | | | Had to stop using AvatarService for now since it doesn't store baked texture IDs (which is why this was failing). Also failing because cloning appearance was also cloning the AvatarApperance.Owner field, which we weren't then changing. Extended TestCreate() to check this.
* Add basic flotsam asset cache test for retrieved cached asset.Justin Clark-Casey (justincc)2011-07-041-0/+9
| | | | Disabled temporarily since file system caching disrupts subsequent test runs
* rename test helpers enclosing package from Setup to HelpersJustin Clark-Casey (justincc)2011-05-211-0/+143