aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/FetchInventory/Tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-4/+5
2018-10-07try to make inventory fetch tests happyUbitUmarov1-6/+9
2017-08-28fix some nunit testsUbitUmarov1-2/+3
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-3/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-0/+462
2015-11-16 work around some 'tests' error: contents of link folders are no longer sentUbitUmarov1-1/+2
2015-09-11 inventory mess return to the state before divas cache issueUbitUmarov2-0/+462
2015-09-11 change to avn fecthinventory and webfecth.. codeUbitUmarov2-462/+0
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding ↵Diva Canto2-5/+5
inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed!
2015-06-23FetchInventoryDescendents2: Signal to the viewer that folder with UUID.Zero ↵Diva Canto1-0/+25
is a bad folder. Don't even go to the backend to ask for it, because that will likely kill the sim. Apparently Firestorm requests folder Zero quite often.
2015-06-03Mantis #7567: added an 8-sec expiring item cache to the inventory network ↵Diva Canto1-4/+4
connector. This fixed the problem on my local test grid and generally made things faster. This cache has been needed for a while... there are many parts in the code where the sim gets an item multiple times in a short amount of time (rezzing attachs and objects, for example). Other minor changes: - added the scene as a parameter to the constructor od FetchInvDescHandler, so that I could see in which scene the handler was being called - brought linked items in linked folders back to being prefetched
2015-06-02New unit tests for FetchInventory2 cap.Diva Canto1-0/+170
2015-06-01Mantis #7594: putting things as they were before regarding duplicate ↵Diva Canto1-0/+39
removal. Also added test to check that duplicates are being removed. The test passes. I have no idea how duplicates would not be removed, as reported in the mantis.
2015-05-10Improved comments on fetch inventory testsDiva Canto1-1/+12
2015-05-10Added unit tests for FetchInventoryDescendents ↵Diva Canto1-0/+217
http://wiki.secondlife.com/wiki/Linden_Lab_Official:Inventory_API#Fetch_Inventory_Descendents Also, consolidated the location of the files that handle inventory capabilities.