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