aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* disable some XmlResolverUbitUmarov2018-01-041-0/+1
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-35/+35
* more changes relative to incorrect use of activegroupidUbitUmarov2016-08-051-1/+1
* work around some 'tests' errors: Coalesced objects handling has changedUbitUmarov2015-11-171-0/+2
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* Fix script state not being preserved in objects sent via Hypergrid.Justin Clark-Casey (justincc)2015-03-131-8/+69
* When inserting missing CreatorData in the HGAssetMapper, do the rewrite on a ...Justin Clark-Casey (justincc)2014-11-251-0/+1
* Add regression test TestPostAssetRewrite() to check results of HGAssetMapper....Justin Clark-Casey (justincc)2014-11-251-0/+84
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* On code section that rezzes single objects and attachments, reduce CPU use by...Justin Clark-Casey (justincc)2014-08-281-0/+1
* Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)2013-02-161-2/+2
* minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)2012-12-051-1/+3
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2012-05-011-3/+4
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-2/+2
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-5/+5
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
* rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)2011-05-211-1/+1
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-151-1/+1
* simplify TestRezObject()Justin Clark-Casey (justincc)2011-04-141-17/+1
* Make scene object parts created by the test utils unit sized.Justin Clark-Casey (justincc)2011-04-141-3/+1
* simplify coalesced object tests by using existing scene object set up utilsJustin Clark-Casey (justincc)2011-04-141-34/+6
* Adjust the quanterions used in the rez coalsced object tests to get sensible ...Justin Clark-Casey (justincc)2011-04-131-4/+12
* refactor: move code to obtain the coalescence size and object offsets into Co...Justin Clark-Casey (justincc)2011-04-131-1/+1
* Fix bug where rezzing coalesced objects would give all objects the same name ...Justin Clark-Casey (justincc)2011-04-131-3/+2
* Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2011-04-131-0/+79
* factor out some test code into the SetUp()Justin Clark-Casey (justincc)2011-04-131-14/+15
* Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)2011-04-131-0/+133