aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/SceneObjectTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s...Justin Clarke Casey2008-12-111-1/+1
* * 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 b...Justin Clarke Casey2008-12-101-0/+1
* * Establish OpenSim.Framework.Communications.Tests beachheadJustin Clarke Casey2008-12-101-6/+1
* * test: Extend take object test to finally check that the object made it into...Justin Clarke Casey2008-11-281-6/+12
* * test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey2008-11-281-11/+9
* * test: Separate out async deletion methods to test delete and take copy sepa...Justin Clarke Casey2008-11-281-11/+26
* * refactor: Replace derez destiation magic numbers with an enumerationJustin Clarke Casey2008-11-281-1/+1
* * refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey2008-11-281-1/+1
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-1/+2
* * test: Inch forward with another test by using a skeletal in memory inventor...Justin Clarke Casey2008-11-271-5/+7
* * test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey2008-11-271-2/+12
* * Extend sog delete to inventory test to crank the normally async sog deleter...Justin Clarke Casey2008-11-211-1/+12
* * Largely revert the last revision and improve on the previous way of doing t...Justin Clarke Casey2008-11-211-2/+2
* * On delete to inventory, actually remove the group from the scene before the...Justin Clarke Casey2008-11-211-7/+15
* * Allow physics dlls to be loaded separately, rather than just the contents o...Justin Clarke Casey2008-11-201-0/+9
* * Add forgotton tag to existing remove scene object testJustin Clarke Casey2008-11-201-0/+1
* * Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey2008-11-141-42/+4
* * Rename scene tests to scene object tests since that is what they are actual...Justin Clarke Casey2008-11-121-0/+124