aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Remove unused CAPSServiceJustin Clarke Casey2009-01-061-1/+1
* * refactor: Remove the need to separately pass in the http listener to the sc...Justin Clarke Casey2009-01-061-2/+1
* * Simplify test code by always setting up mock 'in memory' user and inventory...Justin Clarke Casey2009-01-051-3/+0
* Minor: fix a comment... scratch that,reverse it.Teravus Ovares2008-12-211-1/+1
* * Commit linkset Group (multiprim) linked/delinked to another linkset group (...Teravus Ovares2008-12-211-0/+126
* * Adding a two prim linking/delinking test. This test is likely to get on pe...Teravus Ovares2008-12-211-0/+73
* * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey2008-12-151-1/+1
* * Actually properly enable the purge folders test and correct some problemsJustin Clarke Casey2008-12-121-3/+1
* * Deleted old EntiyList tests, added new EntityManager testsSean Dague2008-12-121-111/+51
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s...Justin Clarke Casey2008-12-114-4/+4
* * minor: Move mock test classes into mock namespaceJustin Clarke Casey2008-12-114-4/+4
* * refactor: Move test infrastructure code to its own package so that it can b...Justin Clarke Casey2008-12-1011-1405/+5
* * Establish OpenSim.Framework.Communications.Tests beachheadJustin Clarke Casey2008-12-101-6/+1
* * Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey2008-12-041-1/+4
* * test: Extend take object test to finally check that the object made it into...Justin Clarke Casey2008-11-282-7/+28
* * simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey2008-11-282-2/+9
* * test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey2008-11-287-50/+142
* * test: Separate out async deletion methods to test delete and take copy sepa...Justin Clarke Casey2008-11-282-11/+44
* * refactor: Replace derez destiation magic numbers with an enumerationJustin Clarke Casey2008-11-281-1/+1
* * refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey2008-11-282-2/+2
* * minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey2008-11-281-1/+1
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-282-5/+6
* * test: Inch forward with another test by using a skeletal in memory inventor...Justin Clarke Casey2008-11-274-7/+71
* * Add a file I forgot in the last commit.Justin Clarke Casey2008-11-271-0/+124
* * test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey2008-11-273-5/+17
* * Fix some testsTeravus Ovares2008-11-271-1/+2
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-271-0/+6
* First stage group permissions plumbingMelanie Thielker2008-11-221-0/+5
* * 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-212-9/+20
* * refactor: change some method names and doc in the physics plugin managerJustin Clarke Casey2008-11-201-1/+1
* * Allow physics dlls to be loaded separately, rather than just the contents o...Justin Clarke Casey2008-11-202-1/+10
* * Add a scratch test for removing a client from a sceneJustin Clarke Casey2008-11-202-2/+19
* * Add forgotton tag to existing remove scene object testJustin Clarke Casey2008-11-202-0/+27
* * Add enough infrastructure code to run an extremely basic and flaky add root...Justin Clarke Casey2008-11-204-5/+999
* * Add just enough to allow the scene presences test to establish a new user c...Justin Clarke Casey2008-11-193-6/+66
* cleaning up warningDr Scofield2008-11-171-1/+2
* * test: Add scene root agent test stub, since I'll be picking up with somethi...Justin Clarke Casey2008-11-141-0/+79
* * refactor: Have the entity list tests use the infrastructure method rather t...Justin Clarke Casey2008-11-141-15/+2
* * Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey2008-11-142-42/+82
* * Rename scene tests to scene object tests since that is what they are actual...Justin Clarke Casey2008-11-121-2/+2
* * test: Add basic synchronous object remove testJustin Clarke Casey2008-11-121-4/+10
* * Create TestScene to get at the async object deleter for use in a future testJustin Clarke Casey2008-11-112-2/+57
* * Put an Enabled switch on the async object deleter for future testing purposesJustin Clarke Casey2008-11-111-0/+8
* minor: refactor some SceneTests code for future testsJustin Clarke Casey2008-11-111-7/+24
* * Remove mono warningsJustin Clarke Casey2008-11-101-32/+9
* fix unit tests use SetRootPart nowSean Dague2008-11-101-3/+3
* make things compile, but the test still fails because of the root partSean Dague2008-11-101-3/+0
* Lock tests on EntityList.cs, multithreaded object additionSean Dague2008-11-101-0/+289