aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵diva2009-02-201-1/+0
| | | | | | | versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports.
* * Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey2009-02-161-0/+4
|
* - move OpenSim/Framework/IInventoryData.cs toMike Mazur2009-02-031-11/+12
| | | | | | OpenSim/Data/IInventoryData.cs - trim trailing whitespace
* * Add new unit test for simple teleport in a standalone.Justin Clarke Casey2009-01-151-1/+2
| | | | | | * Does not yet check results.
* * refactor: Remove the need to separately pass in the http listener to the ↵Justin Clarke Casey2009-01-061-2/+2
| | | | scene - this is always available via CommsManager
* * Simplify test code by always setting up mock 'in memory' user and ↵Justin Clarke Casey2009-01-051-3/+20
| | | | | | | | inventory data plugins for every TestCommunicationsManager * imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-051-1/+4
| | | | | | * Test does not do authentication
* * Check in login service tests beachheadJustin Clarke Casey2009-01-051-2/+7
|
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey2008-12-111-0/+50
sprouting another one