aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...Justin Clark-Casey (justincc)2011-08-061-385/+0
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-7/+7
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-10/+10
* 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
* 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
* separate attachment tests out into their own classJustin Clark-Casey (justincc)2011-02-181-50/+0
* Add very basic test which invokes the scene update loop once and checks the f...Justin Clark-Casey (justincc)2011-02-181-3/+0
* add basic tests to check that under default permissions module owner can dele...Justin Clark-Casey (justincc)2010-11-221-0/+2
* Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)2010-09-061-3/+2
* Unit test breakage fix.Diva Canto2010-08-201-2/+7
* CommunicationsManager deleted.Diva Canto2010-01-111-5/+3
* All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto2010-01-101-2/+2
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-3/+3
* * Fix for a potential race condition in ScenePresence.AbsolutePositionJohn Hurliman2009-10-301-2/+2
* SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman2009-09-161-2/+1
* switching SerialiserModule to "new" region module schemedr scofield (aka dirk husemann)2009-09-011-1/+1
* * Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)2009-08-261-0/+6
* Commented T021_TestCrossToNewRegion because (1) it can fail on panda, and (2)...Diva Canto2009-08-191-1/+8
* Commented 2 tests in ScenePresenceTests, one because things were being done i...Diva Canto2009-08-171-6/+13
* * allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when creating...Teravus Ovares (Dan Olivares)2009-08-141-0/+1
* Deal with possible race in TestAddNeighborRegion in ScenePresenceTestsTeravus Ovares (Dan Olivares)2009-08-131-0/+24
* * Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares2009-07-231-4/+2
* * Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, yes...lbsa712009-06-221-1/+1
* * Added SceneTests and SceneBaseTestslbsa712009-06-221-1/+1
* Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva2009-06-141-1/+1
* * Reverting the test restructuring as, on second thought, this is not at all ...lbsa712009-06-071-0/+387
* * Restructured Scenes Tests to follow (what I conceive of as being) current d...lbsa712009-06-051-387/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* instrument most of the tests with a new InMethod function that may help us fi...Sean Dague2009-05-071-10/+11
* - moving banned check and public/private check toDr Scofield2009-05-051-3/+6
* Some reorganization around service connectors. No functional changeMelanie Thielker2009-05-031-1/+1
* * Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey2009-04-141-1/+1
* * Reinstated Scene Crossing tests, now with timeouts to check for race condit...Arthur Valadares2009-04-091-16/+55
* * Also temporarily disable T032_CrossAttachments() since this relies on the e...Justin Clarke Casey2009-03-271-1/+1
* * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ...Justin Clarke Casey2009-03-271-1/+1
* * For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh...Justin Clarke Casey2009-03-271-1/+22
* * Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague2009-02-261-11/+27
* Commented the tests for region crossings for now -- they need to be substanti...diva2009-02-131-2/+4
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-131-5/+5
* Fixes a bug in the ScenePresence test itself.diva2009-02-121-1/+1
* Makes region crossings asynchronous. Moved the bulk of the original code out ...diva2009-02-121-5/+9
* Sending this to Justin, so that he can see what's wrong with the StandaloneTe...diva2009-02-121-3/+11
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-2/+2