aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * refactor: Have the entity list tests use the infrastructure method rather ↵Justin Clarke Casey2008-11-141-15/+2
| | | | than cut n paste
* * Remove mono warningsJustin Clarke Casey2008-11-101-32/+9
| | | | | | * Remove duplicate test part
* fix unit tests use SetRootPart nowSean Dague2008-11-101-3/+3
| | | | | From: Sean Dague <sdague@gmail.com>
* make things compile, but the test still fails because of the root partSean Dague2008-11-101-3/+0
| | | | | changes
* Lock tests on EntityList.cs, multithreaded object additionSean Dague2008-11-101-0/+289
and removal. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>