| Commit message (Expand) | Author | Age | Files | Lines |
* | * Remove unused CAPSService | Justin Clarke Casey | 2009-01-06 | 1 | -1/+1 |
* | * refactor: Remove the need to separately pass in the http listener to the sc... | Justin Clarke Casey | 2009-01-06 | 1 | -2/+1 |
* | * Simplify test code by always setting up mock 'in memory' user and inventory... | Justin Clarke Casey | 2009-01-05 | 1 | -3/+0 |
* | Minor: fix a comment... scratch that,reverse it. | Teravus Ovares | 2008-12-21 | 1 | -1/+1 |
* | * Commit linkset Group (multiprim) linked/delinked to another linkset group (... | Teravus Ovares | 2008-12-21 | 1 | -0/+126 |
* | * Adding a two prim linking/delinking test. This test is likely to get on pe... | Teravus Ovares | 2008-12-21 | 1 | -0/+73 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks | Justin Clarke Casey | 2008-12-15 | 1 | -1/+1 |
* | * Actually properly enable the purge folders test and correct some problems | Justin Clarke Casey | 2008-12-12 | 1 | -3/+1 |
* | * Deleted old EntiyList tests, added new EntityManager tests | Sean Dague | 2008-12-12 | 1 | -111/+51 |
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s... | Justin Clarke Casey | 2008-12-11 | 4 | -4/+4 |
* | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 2008-12-11 | 4 | -4/+4 |
* | * refactor: Move test infrastructure code to its own package so that it can b... | Justin Clarke Casey | 2008-12-10 | 11 | -1405/+5 |
* | * Establish OpenSim.Framework.Communications.Tests beachhead | Justin Clarke Casey | 2008-12-10 | 1 | -6/+1 |
* | * Put in the code necessary to allow inventory transfer of whole folders (and... | Justin Clarke Casey | 2008-12-04 | 1 | -1/+4 |
* | * test: Extend take object test to finally check that the object made it into... | Justin Clarke Casey | 2008-11-28 | 2 | -7/+28 |
* | * simplify AddNewClient since making this root without using MakeRootAgent() ... | Justin Clarke Casey | 2008-11-28 | 2 | -2/+9 |
* | * test: Add a wodge of code in order to be able to slightly extend a test to ... | Justin Clarke Casey | 2008-11-28 | 7 | -50/+142 |
* | * test: Separate out async deletion methods to test delete and take copy sepa... | Justin Clarke Casey | 2008-11-28 | 2 | -11/+44 |
* | * refactor: Replace derez destiation magic numbers with an enumeration | Justin Clarke Casey | 2008-11-28 | 1 | -1/+1 |
* | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2008-11-28 | 2 | -2/+2 |
* | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 2008-11-28 | 1 | -1/+1 |
* | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2008-11-28 | 2 | -5/+6 |
* | * test: Inch forward with another test by using a skeletal in memory inventor... | Justin Clarke Casey | 2008-11-27 | 4 | -7/+71 |
* | * Add a file I forgot in the last commit. | Justin Clarke Casey | 2008-11-27 | 1 | -0/+124 |
* | * test: Add the ability to add a plugin directory to the user and inventory s... | Justin Clarke Casey | 2008-11-27 | 3 | -5/+17 |
* | * Fix some tests | Teravus Ovares | 2008-11-27 | 1 | -1/+2 |
* | Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-27 | 1 | -0/+6 |
* | First stage group permissions plumbing | Melanie Thielker | 2008-11-22 | 1 | -0/+5 |
* | * Extend sog delete to inventory test to crank the normally async sog deleter... | Justin Clarke Casey | 2008-11-21 | 1 | -1/+12 |
* | * Largely revert the last revision and improve on the previous way of doing t... | Justin Clarke Casey | 2008-11-21 | 1 | -2/+2 |
* | * On delete to inventory, actually remove the group from the scene before the... | Justin Clarke Casey | 2008-11-21 | 2 | -9/+20 |
* | * refactor: change some method names and doc in the physics plugin manager | Justin Clarke Casey | 2008-11-20 | 1 | -1/+1 |
* | * Allow physics dlls to be loaded separately, rather than just the contents o... | Justin Clarke Casey | 2008-11-20 | 2 | -1/+10 |
* | * Add a scratch test for removing a client from a scene | Justin Clarke Casey | 2008-11-20 | 2 | -2/+19 |
* | * Add forgotton tag to existing remove scene object test | Justin Clarke Casey | 2008-11-20 | 2 | -0/+27 |
* | * Add enough infrastructure code to run an extremely basic and flaky add root... | Justin Clarke Casey | 2008-11-20 | 4 | -5/+999 |
* | * Add just enough to allow the scene presences test to establish a new user c... | Justin Clarke Casey | 2008-11-19 | 3 | -6/+66 |
* | cleaning up warning | Dr Scofield | 2008-11-17 | 1 | -1/+2 |
* | * test: Add scene root agent test stub, since I'll be picking up with somethi... | Justin Clarke Casey | 2008-11-14 | 1 | -0/+79 |
* | * refactor: Have the entity list tests use the infrastructure method rather t... | Justin Clarke Casey | 2008-11-14 | 1 | -15/+2 |
* | * Move test scene construction infrastructure methods to a separate class for... | Justin Clarke Casey | 2008-11-14 | 2 | -42/+82 |
* | * Rename scene tests to scene object tests since that is what they are actual... | Justin Clarke Casey | 2008-11-12 | 1 | -2/+2 |
* | * test: Add basic synchronous object remove test | Justin Clarke Casey | 2008-11-12 | 1 | -4/+10 |
* | * Create TestScene to get at the async object deleter for use in a future test | Justin Clarke Casey | 2008-11-11 | 2 | -2/+57 |
* | * Put an Enabled switch on the async object deleter for future testing purposes | Justin Clarke Casey | 2008-11-11 | 1 | -0/+8 |
* | minor: refactor some SceneTests code for future tests | Justin Clarke Casey | 2008-11-11 | 1 | -7/+24 |
* | * Remove mono warnings | Justin Clarke Casey | 2008-11-10 | 1 | -32/+9 |
* | fix unit tests use SetRootPart now | Sean Dague | 2008-11-10 | 1 | -3/+3 |
* | make things compile, but the test still fails because of the root part | Sean Dague | 2008-11-10 | 1 | -3/+0 |
* | Lock tests on EntityList.cs, multithreaded object addition | Sean Dague | 2008-11-10 | 1 | -0/+289 |