aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTeleportTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2015-10-31Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker1-1/+5
2015-10-31let silly tests override version on local connectionsUbitUmarov1-2/+2
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2013-09-27minor: Disable logging left active on regression test TestSameSimulatorIsolat...Justin Clark-Casey (justincc)1-1/+1
2013-09-19For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 t...Justin Clark-Casey (justincc)1-1/+1
2013-09-08Harmonize the class name, ID and Name of the default perms moduleMelanie Thielker1-3/+3
2013-08-17Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)1-3/+65
2013-08-16Add TestSameSimulatorNeighbouringRegionsV2() regression test for v2 entity tr...Justin Clark-Casey (justincc)1-2/+87
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-0/+6
2013-05-09Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)1-7/+7
2013-03-21On a teleport, lock m_agentsInTransit whilst we grab the value to check for c...Justin Clark-Casey (justincc)1-4/+4
2013-03-20On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)1-21/+114
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-1/+1
2012-06-08Remove duplicate update of user count in Scene.IncomingCloseAgent()Justin Clark-Casey (justincc)1-0/+23
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-15/+27
2012-05-17minor: improve method doc for TestSameSimulatorSeparatedRegionsCreateAgentFai...Justin Clark-Casey (justincc)1-1/+1
2012-05-17Add regression TestSameSimulatorSeparatedRegionsCreateAgentFails()Justin Clark-Casey (justincc)1-0/+67
2012-05-17Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression te...Justin Clark-Casey (justincc)1-2/+2
2012-05-17Add regression TestSameSimulatorSeparatedRegionsQueryAccessFails()Justin Clark-Casey (justincc)1-0/+76
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)1-7/+105
2012-04-30Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on an...Justin Clark-Casey (justincc)1-1/+2
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-132/+45
2012-04-25Add regression test TestSameRegionTeleport()Justin Clark-Casey (justincc)1-0/+36
2012-03-20Remove pointless ThreadAbortException catching in a test that isn't run anyway.Justin Clark-Casey (justincc)1-11/+5
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-08-06refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)1-1/+1
2011-08-06rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...Justin Clark-Casey (justincc)1-1/+1
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-1/+1
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-5/+5
2011-07-09Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...Justin Clark-Casey (justincc)1-1/+1
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-2/+2
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
2010-01-11CommunicationsManager deleted.Diva Canto1-3/+2
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto1-2/+2
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-28I think I have fixed something that was broken in the scene setup (tests) and...Diva Canto1-3/+4
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto1-3/+4
2009-08-26* Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)1-0/+11
2009-08-14* Put the StandaloneTeleportTest in a new thread and call Thread.Join() insid...Teravus Ovares (Dan Olivares)1-20/+95
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares1-1/+1
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-07* Reverting the test restructuring as, on second thought, this is not at all ...lbsa711-0/+0
2009-06-05* Restructured Scenes Tests to follow (what I conceive of as being) current d...lbsa711-0/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-0/+2
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-1/+1