aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-132/+132
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-1/+266
2012-12-05minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)1-1/+3
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-9/+9
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-16/+16
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-04-06Signal prim count taint if the AbsolutePosition of a scene object changes.Justin Clark-Casey (justincc)1-4/+26
2011-04-06Improve previous ILandObject method doc.Justin Clark-Casey (justincc)1-43/+59
2011-04-06Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)1-5/+47
2011-04-02add test for removing group owned objectsJustin Clark-Casey (justincc)1-0/+32
2011-04-02add test for adding group object, factor out initial zero counts testJustin Clark-Casey (justincc)1-7/+45
2011-04-02add remove others object prim count testJustin Clark-Casey (justincc)1-0/+23
2011-04-02refactor: rename m_dummyUserId to m_otherUserIdJustin Clark-Casey (justincc)1-9/+9
2011-04-02If the land has no group ownership (it is UUID.Zero) then don't put prims in ...Justin Clark-Casey (justincc)1-0/+21
2011-03-30(re)implement selected prim count.Justin Clark-Casey (justincc)1-0/+6
2011-03-26move total parcel prim calculations into IPrimCounts instead of doing this in...Justin Clark-Casey (justincc)1-1/+7
2011-03-26When an object is duplicated, add the dupe to the uuid/local id indexes as we...Justin Clark-Casey (justincc)1-0/+23
2011-03-26Add test for PCM taint. This currently fails due to unexpected behaviour of ...Justin Clark-Casey (justincc)1-1/+23
2011-03-25Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)1-28/+32
2011-03-23factor out common test setup code in PCM testsJustin Clark-Casey (justincc)1-57/+53
2011-03-23extend TestAddOwnerObject() to add a second objectJustin Clark-Casey (justincc)1-4/+14
2011-03-23Add PrimCountModuleTests.TestRemoveOwnerObject().Justin Clark-Casey (justincc)1-1/+38
2011-03-23refactor: simplify part of AddSceneObject() test setup by moving sog construc...Justin Clark-Casey (justincc)1-10/+1
2011-03-23use a 3 part object for the pcm test rather than a 1 part, for improved test ...Justin Clark-Casey (justincc)1-10/+14
2011-03-23user a non UUID.Zero user in pcm test to avoid any special treatment of UUID....Justin Clark-Casey (justincc)1-4/+5
2011-03-23Extend simple PCM add object test to check all countsJustin Clark-Casey (justincc)1-0/+11
2011-03-23Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)1-0/+2
2011-03-22Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)1-0/+75