aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey2008-12-111-1/+1
| | | | sprouting another one
* * minor: Move mock test classes into mock namespaceJustin Clarke Casey2008-12-111-1/+1
|
* * refactor: Move test infrastructure code to its own package so that it can ↵Justin Clarke Casey2008-12-101-1/+2
| | | | | | | | be reused by more than Environment tests * This shuffles the test packages in prebuild.xml below it so they can all potentially reference it
* * test: Add a wodge of code in order to be able to slightly extend a test to ↵Justin Clarke Casey2008-11-281-14/+1
| | | | | | | | deliver a taken object to a user inventory folder without throwing an exception * test doesn't actually double check for the presence of the item yet
* * 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>