aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Region.OptionalModules.Tests.dll.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on ↵Justin Clark-Casey (justincc)2012-04-301-33/+0
| | | | | | and off within tests. This makes *.Tests.dll.config files no longer needed, hence deleted.
* Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2011-08-011-0/+33
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.