aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Helpers/AssetHelpers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* in AssetHelpers, store the actual text passed in to the method, not the ↵Justin Clark-Casey (justincc)2011-10-221-2/+2
| | | | string "data"
* encode notecard assets in proper format for tests, rather than just using ↵Justin Clark-Casey (justincc)2011-10-221-1/+6
| | | | whatever string is given
* refactor: rename some AssetHelpers.CreateAsset() methods to ↵Justin Clark-Casey (justincc)2011-10-221-4/+4
| | | | CreateNotecardAsset()
* 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