aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (unfollow)
Commit message (Collapse)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 ↵UbitUmarov1-1/+1
using it
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module ↵UbitUmarov1-16/+21
is NOT a shared module
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 ↵Diva Canto1-4/+62
transferred. This is a work in progress. All permission assertions are commented for now. Will get back to this later when permissions are fixed by Melanie.
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
not being deleted
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 ↵UbitUmarov1-0/+2
sleepy to fix the math
2015-11-17 work around some 'tests' errors: suspend undo-redo tests until new ones can ↵UbitUmarov1-1/+3
be written to conform to new code
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
commit side effects
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
longer test TP v1 now. TP v1 will be removed within 6 months anyway.
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 ↵Diva Canto25-25/+0
OpenSim.Framework.
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 ↵Diva Canto1-0/+136
rewriting. Also added some unit tests that relate to mantis #7514
2015-02-25Fix bug where the uuid gatherer was not inspecting UUIDs for items in an ↵Justin Clark-Casey (justincc)1-23/+20
embedded object's inventory. Added regression test for this case. Likely a regression since 08606ae4 (Thu Jan 8 2015) Relates to Mantises 7439, 7450 and possibly others.
2015-02-25Reduce coupling in regression test task inventory creation methods to make ↵Justin Clark-Casey (justincc)2-5/+42
them usable in tests with no scene present
2015-02-03If the owner of an object is taking a copy from the scene (e.g. via the ↵Justin Clark-Casey (justincc)1-0/+347
"take copy" option on a viewer) then only require owner copy perms, not copy and transfer. This matches Linden Lab behaviour and what was already possible via shift-copy. Transfer would not apply here as the owner and copier are the same. This is the only functional change, all other current take copy logic remains the same. Adds regression tests around relevant take copy cases.
2015-01-08When inspecting a script or notecard, also try to look up any assets ↵Justin Clark-Casey (justincc)1-4/+10
embedded therein. This is primarily to fix an issue where inventory items for NPC attachments would not be saved in archives as the assets referenced in the appearance notecard were not checked in this manner. Relates to http://opensimulator.org/mantis/view.php?id=7376
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-22/+26
This UUID gatherer provides a superset of the previous gatherer's functionality as it also allows the caller to control gathering iterations for load purposes.
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common ↵Justin Clark-Casey (justincc)25-25/+0
package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add
2014-11-19 some steps to rez center or root of prim inventory object at requestedUbitUmarov1-1/+1
position ( does nothing diferent still )
2014-07-03Temporarily disable new regression test TestLifecycle() until I have a ↵Justin Clark-Casey (justincc)1-1/+1
chance to fix it This was working for me locally because it was still picking up all my *.ini config files, which jenkins won't have in its test env
2014-07-03Re-enabled TestLifecycle regression test logging so I can get some idea of ↵Justin Clark-Casey (justincc)1-1/+1
why it's failing on jenkins but not locally
2014-07-02Actually call Close() for shared region modules when the simulator is being ↵Justin Clark-Casey (justincc)1-0/+249
shutdown. Adds regression test for this case.
2014-05-06Show more meaningful error messages when failed to move an item from a prim ↵Oren Hurvitz1-2/+4
to a user's inventory. Also, actually show the error to the user in more cases. (Previously, sometimes the operation failed without telling the user anything.)
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 ↵Justin Clark-Casey (justincc)1-0/+1
from 2227f51b to run
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 ↵Oren Hurvitz1-1/+1
referrer)