aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/TaskInventoryTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-3/+3
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-6/+6
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
* refactor: rename AddSceneObjectItem to AddSceneObjectJustin Clark-Casey (justincc)2011-05-211-1/+1
* refactor: move scene object item creation code into TaskInventoryHelpersJustin Clark-Casey (justincc)2011-05-211-8/+2
* move test task inventory notecard item creation into a new TastInventoryHelpe...Justin Clark-Casey (justincc)2011-05-211-21/+2
* refactor: use SceneSetupHelpers.CreateSceneObject()Justin Clark-Casey (justincc)2011-05-211-13/+3
* rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)2011-05-211-3/+3
* refactor: in TaskInventoryTests, use UserProfileTestUtils.CreateUserWithInvet...Justin Clark-Casey (justincc)2011-05-211-12/+3
* refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pastin...Justin Clark-Casey (justincc)2011-05-211-1/+4
* refactor TestRezObjectFromInventoryItem()Justin Clark-Casey (justincc)2011-05-201-6/+6
* add test for rezzing an object from a prim itemJustin Clark-Casey (justincc)2011-05-201-1/+44
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-151-2/+2
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
* Formatting cleanup.Jeff Ames2010-09-121-7/+7
* * Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman2010-09-071-1/+3
* add test to check move of task item to user inventory when a target folder is...Justin Clark-Casey (justincc)2010-08-241-0/+26
* refactor TestMoveTaskInventoryItemNoParent()Justin Clark-Casey (justincc)2010-08-241-24/+37
* Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2010-08-241-0/+104