aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/Tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-22/+22
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-6/+4
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
2012-11-17Do not allow invariants to change on calls to XInventoryService.UpdateItem()Justin Clark-Casey (justincc)1-10/+100
This is to help track down http://opensimulator.org/mantis/view.php?id=6359 where creator IDs on items and rezzed objects have been reported to sometimes change. This should never happen - a particular item should never change creators (if an item is given then a new item (with new id) is created). Invariants are inventory type, asset type, folder (changed only on MoveItems()), CreatorIdentification and Owner. If caller attempts to change an invariant, warning is logged but other properties are still changed. If you see this warning, reporting on Mantis 6359 would be very welcome with the exact operation being done at the time.
2012-11-17Add basic XInventoryServicesTests.TestAddItem() regression test.Justin Clark-Casey (justincc)1-0/+87