aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Helpers/AssetHelpers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)2011-10-221-3/+14
| | | | | This is to support npc baked texture saving in oars and iars. May address http://opensimulator.org/mantis/view.php?id=5743
* redirect UserInventoryHelpers to use a different CreateNotecardAsset() so we ↵Justin Clark-Casey (justincc)2011-10-221-11/+11
| | | | can comment out some inconsistency
* correct misleading method doc on CreateNotecardAsset()Justin Clark-Casey (justincc)2011-10-221-1/+1
|
* 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