aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/Tests/InventoryAccessModuleTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-5/+5
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-21rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)1-1/+1
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-1/+1
2011-04-14simplify TestRezObject()Justin Clark-Casey (justincc)1-17/+1
2011-04-14Make scene object parts created by the test utils unit sized.Justin Clark-Casey (justincc)1-3/+1
2011-04-14simplify coalesced object tests by using existing scene object set up utilsJustin Clark-Casey (justincc)1-34/+6
2011-04-13Adjust the quanterions used in the rez coalsced object tests to get sensible ...Justin Clark-Casey (justincc)1-4/+12
2011-04-13refactor: move code to obtain the coalescence size and object offsets into Co...Justin Clark-Casey (justincc)1-1/+1
2011-04-13Fix bug where rezzing coalesced objects would give all objects the same name ...Justin Clark-Casey (justincc)1-3/+2
2011-04-13Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)1-0/+79
2011-04-13factor out some test code into the SetUp()Justin Clark-Casey (justincc)1-14/+15
2011-04-13Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)1-70/+48
2011-03-10refactor: rename test user account fieldsJustin Clark-Casey (justincc)1-8/+8
2011-03-10factor out common scene setup code in InventoryArchiveTestCaseJustin Clark-Casey (justincc)1-1/+1
2011-03-10When setting up default iar for testing, use iar archiving code rather than c...Justin Clark-Casey (justincc)1-10/+10
2011-03-10Change existing users load iar test so that it fulfills it's original intenti...Justin Clark-Casey (justincc)1-1/+6
2011-03-09Make the item created in the default test iar an object rather than a scriptJustin Clark-Casey (justincc)1-2/+27
2011-03-09minor: change the order of some default iar setup in test caseJustin Clark-Casey (justincc)1-5/+7
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
2011-03-09Split out path tests from InventoryArchiveTests. Factor common code into tes...Justin Clark-Casey (justincc)1-0/+124