aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* refactor: Push all part resize code down into SceneObjectPart.Resize()Justin Clark-Casey (justincc)2011-07-161-1/+1
* add test for resizing one part in a groupJustin Clark-Casey (justincc)2011-07-161-0/+35
* remove the need to supply SceneObjectGroup.GroupResize() with a localId.Justin Clark-Casey (justincc)2011-07-161-1/+1
* Add very basic test for resizing a scene object with one primJustin Clark-Casey (justincc)2011-07-161-0/+67
* Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...Justin Clark-Casey (justincc)2011-07-096-7/+7
* Extend TestGiveInventoryFolder() to test giving back the freshly received folderJustin Clark-Casey (justincc)2011-06-041-0/+8
* Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)2011-06-041-6/+11
* insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)2011-06-041-0/+3
* create TestGetInventoryItem()Justin Clark-Casey (justincc)2011-06-041-0/+19
* extend TestGiveInventoryFolder() to check for the receipt by user 2Justin Clark-Casey (justincc)2011-06-041-2/+4
* minor: add in method print out to new testJustin Clark-Casey (justincc)2011-06-031-0/+3
* add stub UserInventoryTests.GiveInventoryFolder(). Not yet completeJustin Clark-Casey (justincc)2011-06-031-0/+70
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-2112-12/+0
* refactor: rename AddSceneObjectItem to AddSceneObjectJustin Clark-Casey (justincc)2011-05-211-1/+1
* refactor: move scene object item creation code into TaskInventoryHelpersJustin Clark-Casey (justincc)2011-05-211-8/+2
* move test task inventory notecard item creation into a new TastInventoryHelpe...Justin Clark-Casey (justincc)2011-05-211-21/+2
* refactor: use SceneSetupHelpers.CreateSceneObject()Justin Clark-Casey (justincc)2011-05-211-13/+3
* rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)2011-05-211-3/+3
* refactor: in TaskInventoryTests, use UserProfileTestUtils.CreateUserWithInvet...Justin Clark-Casey (justincc)2011-05-211-12/+3
* refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pastin...Justin Clark-Casey (justincc)2011-05-211-1/+4
* refactor TestRezObjectFromInventoryItem()Justin Clark-Casey (justincc)2011-05-201-6/+6
* add test for rezzing an object from a prim itemJustin Clark-Casey (justincc)2011-05-201-1/+44
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-152-4/+4
* remove mock asset service for tests in favour of always using the real oneJustin Clark-Casey (justincc)2011-04-151-1/+3
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-0912-12/+0
* Remove test T020_TestMakeRootAgent() which hasn't been active for ages anywayJustin Clark-Casey (justincc)2011-02-191-19/+0
* If GridService.GetNeighbours() could not find the region then log a warning r...Justin Clark-Casey (justincc)2011-02-181-2/+5
* extend TestChildAgentEstablished() test slightly to put in EntityTransferModu...Justin Clark-Casey (justincc)2011-02-181-2/+9
* On SceneSetupHelpers, go back to calling ScenePresence.CompleteMovement() for...Justin Clark-Casey (justincc)2011-02-181-19/+41
* remove another unused test teardown methodJustin Clark-Casey (justincc)2011-02-181-6/+0
* remove unused test teardown methodJustin Clark-Casey (justincc)2011-02-181-8/+2
* separate attachment tests out into their own classJustin Clark-Casey (justincc)2011-02-182-50/+180
* Add very basic test which invokes the scene update loop once and checks the f...Justin Clark-Casey (justincc)2011-02-182-3/+71
* fix mistake in last change of local.includeJustin Clark-Casey (justincc)2010-12-151-4/+6
* Rename SceneObjectUserTests to SceneObjectDeRezTests to better reflect its co...Justin Clark-Casey (justincc)2010-12-141-0/+0
* minor: disable debug logging for previous testJustin Clark-Casey (justincc)2010-12-141-1/+1
* Start implementing a test for 'share with group' object functionality. Not y...Justin Clark-Casey (justincc)2010-12-141-0/+87
* Only force prim persistence before delete if the prim is the result of an unp...Justin Clark-Casey (justincc)2010-12-031-2/+6
* adapt tests to use DeRezObjects() since DeRezObject() has recently disappearedJustin Clark-Casey (justincc)2010-11-221-2/+7
* add basic tests to check that under default permissions module owner can dele...Justin Clark-Casey (justincc)2010-11-222-0/+126
* 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
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-162-19/+19
* MergedJohn Hurliman2010-09-123-18/+18
|\
| * Formatting cleanup.Jeff Ames2010-09-123-18/+18
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-2/+2
|/
* * Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman2010-09-071-1/+3
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-09-071-2/+2
|\
| * minor: comment out some excessive test loggingJustin Clark-Casey (justincc)2010-09-071-1/+1