aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-27refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)1-2/+2
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2-3/+3
2013-09-26For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 t...Justin Clark-Casey (justincc)1-1/+1
2013-09-26Create regression TestCrossOnSameSimulatorNoRootDestPerm() to check that avat...Justin Clark-Casey (justincc)1-0/+86
2013-08-17Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)3-5/+67
2013-08-16Add TestSameSimulatorNeighbouringRegionsV2() regression test for v2 entity tr...Justin Clark-Casey (justincc)1-2/+87
2013-07-26Fix failure in TestCreateDuplicateRootScenePresence().Justin Clark-Casey (justincc)1-0/+13
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-0/+6
2013-07-14Fix broken tests -- the test setup was wrong... sigh.Diva Canto1-0/+1
2013-07-11minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)1-1/+1
2013-07-05Add very basic regression test TestChildAgentSingleRegionCapabilities() which...Justin Clark-Casey (justincc)1-0/+88
2013-05-09Only send one kill object to the deleter when they derez an object rather tha...Justin Clark-Casey (justincc)1-9/+10
2013-05-09Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)3-12/+84
2013-05-09minor: Simplify test setup in SceneObjectDeRezTests since permissions module ...Justin Clark-Casey (justincc)1-10/+4
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-20minor: disable logging on regression TestCrossOnSameSimulator() that I accide...Justin Clark-Casey (justincc)1-1/+1
2013-03-20On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)2-23/+121
2013-03-11minor: remove mono compiler warning in SceneObjectUndoRedoTestsJustin Clark-Casey (justincc)1-2/+2
2013-03-06Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)1-5/+22
2013-03-06Add regression test for presence crossing between regions on the same simulator.Justin Clark-Casey (justincc)2-103/+140
2013-02-28Add regression tests for llGetNotecardLine()Justin Clark-Casey (justincc)1-2/+2
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)3-5/+5
2012-12-14Fix issue where calling llVolumeDetect(FALSE) would not remove phantom flag, ...Justin Clark-Casey (justincc)1-1/+40
2012-11-24Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are ...Justin Clark-Casey (justincc)3-106/+83
2012-11-24Fix regression TestDeleteSceneObjectAsyncToUserInventory by adding a BasicInv...Justin Clark-Casey (justincc)1-7/+12
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)17-17/+17
2012-11-23Add regression test for checking scene close when SceneManager is asked to closeJustin Clark-Casey (justincc)1-0/+58
2012-11-10Uncomment SceneObjectBasicTests.TestDeleteSceneObjectAsyncToUserInventory() a...Justin Clark-Casey (justincc)1-33/+57
2012-10-25In Scene.Close(), dispose of the physics scene after base.Close() since scrip...Justin Clark-Casey (justincc)1-0/+17
2012-10-12Get rid of accidental scene start left in ScenePresenceAutopilotTestsJustin Clark-Casey (justincc)1-1/+0
2012-10-12Fix problems with regression tests by allowing invoke of Update() with a fini...Justin Clark-Casey (justincc)1-0/+1
2012-09-27Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.Justin Clark-Casey (justincc)2-2/+4
2012-09-26Don't store undo states if a scene object is manipulated when it is not in a ...Justin Clark-Casey (justincc)1-0/+23
2012-09-26Enforce existing 5 action hardcoded undo limit.Justin Clark-Casey (justincc)1-0/+27
2012-09-26Add basic undo/redo regression tests.Justin Clark-Casey (justincc)2-2/+131
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-2/+34
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-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-1/+1
2012-07-10Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava...Justin Clark-Casey (justincc)1-4/+20
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)5-30/+35
2012-06-25In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment...Justin Clark-Casey (justincc)1-0/+9
2012-06-08Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)1-1/+3
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