aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-22Add llGiveInventory() test from object to object where both objects are ↵Justin Clark-Casey (justincc)1-2/+4
owned by the same user.
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 ↵Justin Clark-Casey (justincc)1-1/+0
OpenSim.Tests.Common instead
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 ↵Justin Clark-Casey (justincc)1-21/+2
TastInventoryHelpers class
2011-05-21refactor: use SceneSetupHelpers.CreateSceneObject()Justin Clark-Casey (justincc)1-13/+3
2011-05-21rename UserProfileTestUtils to UserAccountHelpers to be consistent with ↵Justin Clark-Casey (justincc)1-3/+3
other test helper names
2011-05-21refactor: in TaskInventoryTests, use ↵Justin Clark-Casey (justincc)1-12/+3
UserProfileTestUtils.CreateUserWithInvetory()
2011-05-21refactor Scene.RezObject() to use AddNewSceneObject() rather than ↵Justin Clark-Casey (justincc)1-1/+4
copy/pasting code with small differences
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
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
2010-09-12Formatting cleanup.Jeff Ames1-7/+7
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to ↵John Hurliman1-1/+3
avoid repeated requests for missing avatar IDs * Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
2010-08-24add test to check move of task item to user inventory when a target folder ↵Justin Clark-Casey (justincc)1-0/+26
is explicitly given
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 ↵Justin Clark-Casey (justincc)1-0/+104
goes to the correct directory Also removes some mono compiler warnings