aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-06rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...Justin Clark-Casey (justincc)1-385/+0
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-7/+7
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-10/+10
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
2011-02-19Remove test T020_TestMakeRootAgent() which hasn't been active for ages anywayJustin Clark-Casey (justincc)1-19/+0
2011-02-18If GridService.GetNeighbours() could not find the region then log a warning r...Justin Clark-Casey (justincc)1-2/+5
2011-02-18extend TestChildAgentEstablished() test slightly to put in EntityTransferModu...Justin Clark-Casey (justincc)1-2/+9
2011-02-18On SceneSetupHelpers, go back to calling ScenePresence.CompleteMovement() for...Justin Clark-Casey (justincc)1-19/+41
2011-02-18remove another unused test teardown methodJustin Clark-Casey (justincc)1-6/+0
2011-02-18separate attachment tests out into their own classJustin Clark-Casey (justincc)1-50/+0
2011-02-18Add very basic test which invokes the scene update loop once and checks the f...Justin Clark-Casey (justincc)1-3/+0
2010-11-22add basic tests to check that under default permissions module owner can dele...Justin Clark-Casey (justincc)1-0/+2
2010-09-06Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)1-3/+2
2010-08-20Unit test breakage fix.Diva Canto1-2/+7
2010-01-11CommunicationsManager deleted.Diva Canto1-5/+3
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto1-2/+2
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-3/+3
2009-10-30* Fix for a potential race condition in ScenePresence.AbsolutePositionJohn Hurliman1-2/+2
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-2/+1
2009-09-01switching SerialiserModule to "new" region module schemedr scofield (aka dirk husemann)1-1/+1
2009-08-26* Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)1-0/+6
2009-08-19Commented T021_TestCrossToNewRegion because (1) it can fail on panda, and (2)...Diva Canto1-1/+8
2009-08-17Commented 2 tests in ScenePresenceTests, one because things were being done i...Diva Canto1-6/+13
2009-08-17Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-08-16* ShortVersion, another attempt at fixing the test thread death that randomly...Teravus Ovares (Dan Olivares)1-1/+1
2009-08-14* allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when creating...Teravus Ovares (Dan Olivares)1-0/+1
2009-08-13Deal with possible race in TestAddNeighborRegion in ScenePresenceTestsTeravus Ovares (Dan Olivares)1-0/+24
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares1-4/+2
2009-06-22* Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, yes...lbsa711-1/+1
2009-06-22* Added SceneTests and SceneBaseTestslbsa711-1/+1
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
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-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-10/+11
2009-05-05- moving banned check and public/private check toDr Scofield1-3/+6
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-1/+1
2009-04-14* Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey1-1/+1
2009-04-09* Reinstated Scene Crossing tests, now with timeouts to check for race condit...Arthur Valadares1-16/+55
2009-03-27* Also temporarily disable T032_CrossAttachments() since this relies on the e...Justin Clarke Casey1-1/+1
2009-03-27* Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ...Justin Clarke Casey1-1/+1
2009-03-27* For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh...Justin Clarke Casey1-1/+22
2009-02-26* Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague1-11/+27
2009-02-13Commented the tests for region crossings for now -- they need to be substanti...diva1-2/+4
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-5/+5
2009-02-12Fixes a bug in the ScenePresence test itself.diva1-1/+1
2009-02-12Makes region crossings asynchronous. Moved the bulk of the original code out ...diva1-5/+9