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