aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/SceneObjectBasicTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-18/+21
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+0
2012-11-24Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are ...Justin Clark-Casey (justincc)1-99/+5
2012-11-24Fix regression TestDeleteSceneObjectAsyncToUserInventory by adding a BasicInv...Justin Clark-Casey (justincc)1-7/+12
2012-11-10Uncomment SceneObjectBasicTests.TestDeleteSceneObjectAsyncToUserInventory() a...Justin Clark-Casey (justincc)1-33/+57
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-11/+11
2012-06-25In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment...Justin Clark-Casey (justincc)1-0/+9
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-5/+5
2012-02-15In ObjectTortureTests, run garbage collector on Teardown and run scene loop u...Justin Clark-Casey (justincc)1-2/+39
2011-09-13stop the duplicate remove of the root part ids from the full part and local p...Justin Clark-Casey (justincc)1-1/+1
2011-09-13extend TestGetSceneObjectByPartLocalId() to test state after scene object del...Justin Clark-Casey (justincc)1-0/+6
2011-09-13Add new TestGetSceneObjectByPartLocalId() for retrieving a scene object via t...Justin Clark-Casey (justincc)1-0/+27
2011-09-13improve TestAddSceneObject() to test a multi-part object rather than a single...Justin Clark-Casey (justincc)1-11/+14
2011-08-06refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)1-1/+1
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-4/+4
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-7/+7
2011-07-09Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...Justin Clark-Casey (justincc)1-1/+1
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
2010-10-06Plumb the path for multiple object deletesMelanie1-1/+1
2010-10-04Formatting cleanup.Jeff Ames1-2/+2
2010-09-21If the uuid of a SceneObjectGroup (RootPart) is changed before adding to the ...Justin Clark-Casey (justincc)1-0/+35
2010-08-20Unit test breakage fix.Diva Canto1-4/+4
2010-08-07Add new SceneGraphTests class. Add simple TestDuplicateObject()Justin Clark-Casey (justincc)1-1/+0
2010-05-21minor: remove LongRunning test designator from TestAddSceneObject() since it ...Justin Clark-Casey (justincc)1-1/+1
2010-05-21add test to make sure that adding an object where one already exists in the s...Justin Clark-Casey (justincc)1-0/+34
2010-05-21extend TestAddSceneObject() to check Scene.AddNewSceneObject() return booleanJustin Clark-Casey (justincc)1-3/+13
2010-03-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)1-9/+4
2010-03-02Fixes Region.Framework tests. Although these tests don't fail, they need to b...Diva Canto1-5/+13
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto1-1/+0
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-8/+8
2009-06-07* Reverting the test restructuring as, on second thought, this is not at all ...lbsa711-0/+0
2009-06-05* Restructured Scenes Tests to follow (what I conceive of as being) current d...lbsa711-0/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-24/+24
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-5/+5
2009-04-09* Tagged long running tests with LongRunningAttribute.lbsa711-1/+2
2009-03-27* For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh...Justin Clarke Casey1-2/+10
2009-03-12* Move SceneObject tests into their proper namespaceJustin Clarke Casey1-2/+2
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+2
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06* reinstate OpenSim/Region/Framework/Scenes/TestsJustin Clarke Casey1-2/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-0/+0
2009-02-03* Fission SceneObjectTests into basic and linking setsJustin Clarke Casey1-0/+139