aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-12Sending this to Justin, so that he can see what's wrong with the StandaloneTe...diva1-3/+11
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-2/+2
2009-02-10Commented out a problematic test that needs more careful revision.diva1-1/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+3
2009-01-30* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+0
2009-01-28* Enhanced ScenePresenceTests. Now tests for region and prim crossing.Sean Dague1-30/+230
2009-01-23* refactor: move scene setup code into common test code assemblyJustin Clarke Casey1-3/+4
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey1-1/+1
2008-12-11* Fold mock classes into existing OpenSim/Tests/Common assembly rather than s...Justin Clarke Casey1-1/+1
2008-12-11* minor: Move mock test classes into mock namespaceJustin Clarke Casey1-1/+1
2008-12-10* refactor: Move test infrastructure code to its own package so that it can b...Justin Clarke Casey1-0/+1
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey1-1/+1
2008-11-28* test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey1-14/+1
2008-11-27* test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey1-2/+2
2008-11-20* Add a scratch test for removing a client from a sceneJustin Clarke Casey1-0/+18
2008-11-20* Add enough infrastructure code to run an extremely basic and flaky add root...Justin Clarke Casey1-4/+11
2008-11-19* Add just enough to allow the scene presences test to establish a new user c...Justin Clarke Casey1-3/+2
2008-11-17cleaning up warningDr Scofield1-1/+2
2008-11-14* test: Add scene root agent test stub, since I'll be picking up with somethi...Justin Clarke Casey1-31/+24
2008-11-14* Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey1-42/+4
2008-11-12* Rename scene tests to scene object tests since that is what they are actual...Justin Clarke Casey1-2/+2
2008-11-12* test: Add basic synchronous object remove testJustin Clarke Casey1-4/+10