aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Tests.Torture.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.
* Add torture tests to test adding 10,000, 100,000 and 200,000 single prim ↵Justin Clark-Casey (justincc)2012-01-311-0/+33
scene objects. These can be run using the "nant torture" target. They are not part of "nant test" due to their long-run future nature. Such tests are designed to do some testing of extreme situations and give some feedback on memory usage, etc. However, data can be inconsistent due to different machine circumstances and virtual machine actions. This area is under development.