aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-11/+11
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-9/+9
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-2/+7
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-4/+4
2012-03-22Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)1-2/+4
2012-03-02minor: remove mono compiler warningJustin Clark-Casey (justincc)1-2/+1
2012-02-07Add TestAddTaskInventoryItem()Justin Clark-Casey (justincc)1-1/+25
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-3/+3
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-6/+6
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-21refactor: rename AddSceneObjectItem to AddSceneObjectJustin Clark-Casey (justincc)1-1/+1
2011-05-21refactor: move scene object item creation code into TaskInventoryHelpersJustin Clark-Casey (justincc)1-8/+2
2011-05-21move test task inventory notecard item creation into a new TastInventoryHelpe...Justin Clark-Casey (justincc)1-21/+2
2011-05-21refactor: use SceneSetupHelpers.CreateSceneObject()Justin Clark-Casey (justincc)1-13/+3
2011-05-21rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)1-3/+3
2011-05-21refactor: in TaskInventoryTests, use UserProfileTestUtils.CreateUserWithInvet...Justin Clark-Casey (justincc)1-12/+3
2011-05-21refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pastin...Justin Clark-Casey (justincc)1-1/+4
2011-05-20refactor TestRezObjectFromInventoryItem()Justin Clark-Casey (justincc)1-6/+6
2011-05-20add test for rezzing an object from a prim itemJustin Clark-Casey (justincc)1-1/+44
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-2/+2
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
2010-09-12Formatting cleanup.Jeff Ames1-7/+7
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-1/+3
2010-08-24add test to check move of task item to user inventory when a target folder is...Justin Clark-Casey (justincc)1-0/+26
2010-08-24refactor TestMoveTaskInventoryItemNoParent()Justin Clark-Casey (justincc)1-24/+37
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)1-0/+104