aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-05don't be bad Jenkins..UbitUmarov1-2/+2
2017-07-13fix wrong testUbitUmarov1-1/+1
2017-06-12try to mk jenkins happyUbitUmarov1-1/+1
2017-01-19fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...UbitUmarov1-1/+1
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov1-16/+21
2017-01-05Massive tab and trailing space cleanupMelanie Thielker18-159/+159
2016-12-20Remove obsolete config option "EventQueue". It's been always on for ages!Melanie Thielker1-1/+0
2016-08-16 fix tests acordingUbitUmarov1-2/+4
2016-08-05 more changes relative to incorrect use of activegroupidUbitUmarov1-1/+1
2016-07-28remove more code related to Mega regionsUbitUmarov1-340/+0
2016-06-24Added a test for checking permissions in inventory items that are transferred...Diva Canto1-4/+62
2015-12-13fix: if no groups module, deny accessUbitUmarov1-0/+1
2015-12-10keep SOG reference to root part since two many things depend on deleted SOGs ...UbitUmarov1-4/+7
2015-11-19 work around some 'tests' errors: add a DefaultPermitions module to sceneBUbitUmarov1-2/+3
2015-11-17 work around some 'tests' errors: UUID.Zero is a invalid ownerIDUbitUmarov1-2/+2
2015-11-17 work around some 'tests' errors: missing call to InventoryDeQueueAndDelete()UbitUmarov1-2/+2
2015-11-17 work around some 'tests' errors: suspend sit on sittarget until im not 2 sl...UbitUmarov1-0/+2
2015-11-17 work around some 'tests' errors: suspend undo-redo tests until new ones can ...UbitUmarov1-1/+3
2015-11-16 work around some 'tests' errors: backup is asyncUbitUmarov1-1/+3
2015-11-16 work around some 'tests' errors: fix mathUbitUmarov1-3/+2
2015-11-16 work around some 'tests' error: internal GroupResize() doesn't heave UndoUbitUmarov1-1/+1
2015-11-16 work around some 'tests' error: object is deleted on DeRezObjects, fix last ...UbitUmarov1-2/+2
2015-11-16 work around some 'tests' error: object is deleted on DeRezObjectsUbitUmarov1-7/+7
2015-11-16 work around some 'tests' error: object crossing is asyncUbitUmarov1-0/+14
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-2/+4
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-21Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more.Kevin Cozens1-5/+5
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto25-25/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov2-4/+6
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-0/+136
2015-02-25Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe...Justin Clark-Casey (justincc)1-23/+20
2015-02-25Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2-5/+42
2015-02-03If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)1-0/+347
2015-01-08When inspecting a script or notecard, also try to look up any assets embedded...Justin Clark-Casey (justincc)1-4/+10
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-22/+26
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)25-25/+0
2014-11-19 some steps to rez center or root of prim inventory object at requestedUbitUmarov1-1/+1
2014-07-03Temporarily disable new regression test TestLifecycle() until I have a chance...Justin Clark-Casey (justincc)1-1/+1
2014-07-03Re-enabled TestLifecycle regression test logging so I can get some idea of wh...Justin Clark-Casey (justincc)1-1/+1
2014-07-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)1-0/+249
2014-05-06Show more meaningful error messages when failed to move an item from a prim t...Oren Hurvitz1-2/+4
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-4/+6
2014-04-25Add missing [Test] decorator to actually get the basic scene creation test fr...Justin Clark-Casey (justincc)1-0/+1
2014-04-25Add basic regression test for creating a var regionJustin Clark-Casey (justincc)1-0/+15
2014-04-25Add basic sanity regression test for creating a scene.Justin Clark-Casey (justincc)1-0/+7
2014-04-23Fix regression test break on previous commit 328bc3bJustin Clark-Casey (justincc)1-15/+16
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz1-1/+1