aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-7/+8
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-162/+56
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-07-19Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)1-0/+23
2012-07-19Add basic TestCreateRootScenePresence() regression testJustin Clark-Casey (justincc)1-135/+144
2012-06-08Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)1-1/+3
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...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-8/+10
2012-02-04Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if...Justin Clark-Casey (justincc)1-1/+1
2011-12-03Split up test SceneHelpers to provide an AddChildScenePresence() callJustin Clark-Casey (justincc)1-0/+1
2011-12-03Remove T012_TestAddNeighbourRegion() and T013_TestRemoveNeighbourRegion() sin...Justin Clark-Casey (justincc)1-70/+5
2011-12-03Extend TestCreateChildScenePresence to make assertions both at CreateAgent st...Justin Clark-Casey (justincc)1-0/+16
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-11/+46
2011-12-03Use GetAgentCircuits() to receive a copy of the AgentCircuitsByUUID dictionar...Justin Clark-Casey (justincc)1-4/+2
2011-12-03Add agent circuit number checks to TestCloseAgent()Justin Clark-Casey (justincc)1-0/+4
2011-10-06Fixed line endings from previous commitDan Lake1-2/+2
2011-10-06Refactored "known child region" in ScenePresence. There were 4 differentDan Lake1-7/+4
2011-08-31get rid of appearance null checks - this is never nullJustin Clark-Casey (justincc)1-0/+1
2011-08-18Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)1-2/+2
2011-08-06remove some obsolete tests that are now done elsewhereJustin Clark-Casey (justincc)1-53/+53
2011-08-06Add a test to check that ScenePresence and circuit go away when a root agent ...Justin Clark-Casey (justincc)1-10/+17
2011-08-06refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)1-31/+41
2011-08-06rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...Justin Clark-Casey (justincc)1-37/+7
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-7/+7
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-10/+10
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-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
2011-02-19Remove test T020_TestMakeRootAgent() which hasn't been active for ages anywayJustin Clark-Casey (justincc)1-19/+0
2011-02-18If GridService.GetNeighbours() could not find the region then log a warning r...Justin Clark-Casey (justincc)1-2/+5
2011-02-18extend TestChildAgentEstablished() test slightly to put in EntityTransferModu...Justin Clark-Casey (justincc)1-2/+9
2011-02-18On SceneSetupHelpers, go back to calling ScenePresence.CompleteMovement() for...Justin Clark-Casey (justincc)1-19/+41
2011-02-18remove another unused test teardown methodJustin Clark-Casey (justincc)1-6/+0
2011-02-18separate attachment tests out into their own classJustin Clark-Casey (justincc)1-50/+0
2011-02-18Add very basic test which invokes the scene update loop once and checks the f...Justin Clark-Casey (justincc)1-3/+0
2010-11-22add basic tests to check that under default permissions module owner can dele...Justin Clark-Casey (justincc)1-0/+2
2010-09-06Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)1-3/+2
2010-08-20Unit test breakage fix.Diva Canto1-2/+7
2010-01-11CommunicationsManager deleted.Diva Canto1-5/+3
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto1-2/+2
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-3/+3
2009-10-30* Fix for a potential race condition in ScenePresence.AbsolutePositionJohn Hurliman1-2/+2
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-2/+1
2009-09-01switching SerialiserModule to "new" region module schemedr scofield (aka dirk husemann)1-1/+1
2009-08-26* Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)1-0/+6
2009-08-19Commented T021_TestCrossToNewRegion because (1) it can fail on panda, and (2)...Diva Canto1-1/+8
2009-08-17Commented 2 tests in ScenePresenceTests, one because things were being done i...Diva Canto1-6/+13
2009-08-17Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-08-16* ShortVersion, another attempt at fixing the test thread death that randomly...Teravus Ovares (Dan Olivares)1-1/+1