Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -1/+1 |
| | | | | sprouting another one | ||||
* | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | * refactor: Move test infrastructure code to its own package so that it can ↵ | Justin Clarke Casey | 2008-12-10 | 1 | -0/+1 |
| | | | | | | | | be reused by more than Environment tests * This shuffles the test packages in prebuild.xml below it so they can all potentially reference it | ||||
* | * simplify AddNewClient since making this root without using MakeRootAgent() ↵ | Justin Clarke Casey | 2008-11-28 | 1 | -1/+1 |
| | | | | no longer sets everything up properly | ||||
* | * test: Add a wodge of code in order to be able to slightly extend a test to ↵ | Justin Clarke Casey | 2008-11-28 | 1 | -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 | ||||
* | * test: Add the ability to add a plugin directory to the user and inventory ↵ | Justin Clarke Casey | 2008-11-27 | 1 | -2/+2 |
| | | | | | | | | services in order to extend unit tests for user and inventory information * I can't spend any longer in trying to get Mono.Addins to work with the unit tests, so this is not a proper plugin at this time | ||||
* | * Add a scratch test for removing a client from a scene | Justin Clarke Casey | 2008-11-20 | 1 | -0/+18 |
| | |||||
* | * Add enough infrastructure code to run an extremely basic and flaky add ↵ | Justin Clarke Casey | 2008-11-20 | 1 | -4/+11 |
| | | | | root agent scene test | ||||
* | * Add just enough to allow the scene presences test to establish a new user ↵ | Justin Clarke Casey | 2008-11-19 | 1 | -3/+2 |
| | | | | connection (though not yet an actual ScenePresence) | ||||
* | 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 ↵ | Justin Clarke Casey | 2008-11-14 | 1 | -0/+79 |
something else the next time I start coding on OpenSim |