aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/ScenePresenceTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * simplify AddNewClient since making this root without using MakeRootAgent() ↵Justin Clarke Casey2008-11-281-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 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
* * test: Add the ability to add a plugin directory to the user and inventory ↵Justin Clarke Casey2008-11-271-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 sceneJustin Clarke Casey2008-11-201-0/+18
|
* * Add enough infrastructure code to run an extremely basic and flaky add ↵Justin Clarke Casey2008-11-201-4/+11
| | | | root agent scene test
* * Add just enough to allow the scene presences test to establish a new user ↵Justin Clarke Casey2008-11-191-3/+2
| | | | connection (though not yet an actual ScenePresence)
* cleaning up warningDr Scofield2008-11-171-1/+2
|
* * test: Add scene root agent test stub, since I'll be picking up with ↵Justin Clarke Casey2008-11-141-0/+79
something else the next time I start coding on OpenSim