aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2016-08-29 disable AttachmentModule tests again :(UbitUmarov1-1/+2
2016-08-29 allow AttachmentModule tests, some may now workUbitUmarov1-3/+2
2016-08-28disable AttacmentsModule tests because they depend on OnAttach event currentl...UbitUmarov1-2/+4
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-6/+6
2015-12-10keep SOG reference to root part since two many things depend on deleted SOGs ...UbitUmarov1-2/+2
2015-11-24reset control even prior to useUbitUmarov1-0/+2
2015-11-17 remove unused parameterUbitUmarov1-5/+5
2015-11-17 work around some 'tests' errors: fix wrong parametersUbitUmarov1-5/+5
2015-11-17 work around some 'tests' errors: sp attachments and appearance are not in syncUbitUmarov1-24/+24
2015-10-31Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker1-0/+2
2015-10-31let silly tests override version on local connectionsUbitUmarov1-1/+1
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-4/+4
2015-02-25Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)1-2/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-10-02Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)1-2/+10
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-08-17Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)1-2/+2
2013-08-16refactor: Make AttachmentModulesTests.TestSameSimulatorNeighbouringRegionsTel...Justin Clark-Casey (justincc)1-1/+1
2013-08-14minor: remove unused entity transfer config in teleport v2 attachments testJustin Clark-Casey (justincc)1-1/+0
2013-08-12Create TestSameSimulatorNeighbouringRegionsTeleportV2() regression test for V...Justin Clark-Casey (justincc)1-1/+112
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-0/+9
2013-05-09Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)1-2/+2
2013-03-29Check viewer 2/3 attachment calls against avatar appearance attachment data r...Justin Clark-Casey (justincc)1-2/+4
2013-03-28Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)1-5/+5
2013-03-20On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)1-2/+8
2013-03-19Fix merge artefactsMelanie1-3/+3
2013-03-18Fix tests for multiattachMelanie1-3/+3
2013-03-18Multiattach, part 1Melanie1-3/+3
2013-03-18Improve rejection of any attempt to reattach an object that is already attached.Justin Clark-Casey (justincc)1-19/+182
2013-03-18Fix recent regression where an item worn to an attachment point that was alre...Justin Clark-Casey (justincc)1-1/+63
2013-03-05Multiattach, part 1Melanie1-2/+2
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-49/+27
2012-09-29Fire EventManager.TriggerOnAttach (and hence LSL attach event) when an object...Justin Clark-Casey (justincc)1-3/+1
2012-09-29Extend attachment regression test to check for appropriate attach event firing.Justin Clark-Casey (justincc)1-25/+49
2012-09-19Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)1-2/+2
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-08-14Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie1-3/+3
2012-07-24Remove bad using statement in AttachmentsModuleTests.Justin Clark-Casey (justincc)1-2/+1
2012-07-24extend regression TestRezScriptedAttachmentFromInventory() to check actual st...Justin Clark-Casey (justincc)1-3/+19
2012-07-24extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)1-3/+25
2012-07-11Allow XEngine StartDelay to be configured in the [XEngine] config section.Justin Clark-Casey (justincc)1-1/+2
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-15/+116
2012-07-11Add regression TestRezScriptedAttachmentsFromInventory() though this currentl...Justin Clark-Casey (justincc)1-1/+26
2012-07-09Do not allow a script to attach a prim if its being sat upon.Justin Clark-Casey (justincc)1-1/+31
2012-07-06minor: Remove some wrong comments in attachments regression testsJustin Clark-Casey (justincc)1-2/+0
2012-07-06Add assert to attachment regression tests to check that number of objects in ...Justin Clark-Casey (justincc)1-0/+14
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-1/+1
2012-06-28Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)1-3/+4