aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/OpenSimTestCase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Actually call Close() for shared region modules when the simulator is being ↵Justin Clark-Casey (justincc)2014-07-021-0/+1
| | | | | | shutdown. Adds regression test for this case.
* Fix regression tests relating to agent transfer by making simulator use last ↵Justin Clark-Casey (justincc)2013-07-261-2/+10
| | | | week's SIMULATOR/0.1 protocol for now.
* Automatically disable log4net before each regression test so that logging is ↵Justin Clark-Casey (justincc)2012-06-271-0/+46
confined to a single test if it's turned on. This involves making test classes inherit from a common OpenSimTestCase. This will be applied to more classes as required.