aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Region.OptionalModules.Tests.dll.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-01Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)1-0/+0
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.
2009-08-11Try something to help the tests complete.Teravus Ovares (Dan Olivares)1-1/+10
2009-03-06add back .config files for all tests in an attempt to debug why theseSean Dague1-0/+24
things crash so much. This will generate a lot more log messages on make test, even some scary looking exceptions. Don't worry, that's normal.