aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence/Tests/PresenceConnectorsTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-2/+2
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)1-0/+13
been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward.
2010-02-21Small bug fixes for making tests work.Diva Canto1-1/+1
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-1/+1
* CommsManager.AvatarService rerouted
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto1-0/+104