| Commit message (Expand) | Author | Files | Lines |
2010-09-06 | Add test to check persistence of newly added pre-linked objects | Justin Clark-Casey (justincc) | 1 | -3/+2 |
2010-08-20 | Unit test breakage fix. | Diva Canto | 1 | -2/+7 |
2010-01-11 | CommunicationsManager deleted. | Diva Canto | 1 | -5/+3 |
2010-01-10 | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 1 | -2/+2 |
2010-01-07 | * Finished SimulationServiceConnector | Diva Canto | 1 | -1/+1 |
2009-12-29 | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 1 | -3/+3 |
2009-10-30 | * Fix for a potential race condition in ScenePresence.AbsolutePosition | John Hurliman | 1 | -2/+2 |
2009-09-16 | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 1 | -2/+1 |
2009-09-01 | switching SerialiserModule to "new" region module scheme | dr 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-19 | Commented T021_TestCrossToNewRegion because (1) it can fail on panda, and (2)... | Diva Canto | 1 | -1/+8 |
2009-08-17 | Commented 2 tests in ScenePresenceTests, one because things were being done i... | Diva Canto | 1 | -6/+13 |
2009-08-17 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -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-13 | Deal with possible race in TestAddNeighborRegion in ScenePresenceTests | Teravus Ovares (Dan Olivares) | 1 | -0/+24 |
2009-07-23 | * Updates RESTInterregionComms and LocalInterregionComms to the new region mo... | Arthur Valadares | 1 | -4/+2 |
2009-06-22 | * Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, yes... | lbsa71 | 1 | -1/+1 |
2009-06-22 | * Added SceneTests and SceneBaseTests | lbsa71 | 1 | -1/+1 |
2009-06-14 | Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon... | diva | 1 | -1/+1 |
2009-06-07 | * Reverting the test restructuring as, on second thought, this is not at all ... | lbsa71 | 1 | -0/+0 |
2009-06-05 | * Restructured Scenes Tests to follow (what I conceive of as being) current d... | lbsa71 | 1 | -0/+0 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 1 | -10/+11 |
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 1 | -3/+6 |
2009-05-03 | Some reorganization around service connectors. No functional change | Melanie Thielker | 1 | -1/+1 |
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 1 | -1/+1 |
2009-04-09 | * Reinstated Scene Crossing tests, now with timeouts to check for race condit... | Arthur Valadares | 1 | -16/+55 |
2009-03-27 | * Also temporarily disable T032_CrossAttachments() since this relies on the e... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-27 | * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-27 | * For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh... | Justin Clarke Casey | 1 | -1/+22 |
2009-02-26 | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 1 | -11/+27 |
2009-02-13 | Commented the tests for region crossings for now -- they need to be substanti... | diva | 1 | -2/+4 |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 1 | -5/+5 |
2009-02-12 | Fixes a bug in the ScenePresence test itself. | diva | 1 | -1/+1 |
2009-02-12 | Makes region crossings asynchronous. Moved the bulk of the original code out ... | diva | 1 | -5/+9 |
2009-02-12 | Sending this to Justin, so that he can see what's wrong with the StandaloneTe... | diva | 1 | -3/+11 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 1 | -2/+2 |
2009-02-10 | Commented out a problematic test that needs more careful revision. | diva | 1 | -1/+2 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -3/+3 |
2009-01-30 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -1/+0 |
2009-01-28 | * Enhanced ScenePresenceTests. Now tests for region and prim crossing. | Sean Dague | 1 | -30/+230 |
2009-01-23 | * refactor: move scene setup code into common test code assembly | Justin Clarke Casey | 1 | -3/+4 |
2009-01-16 | * Rig up enough infrastructure to actually perform a successful 'standalone' ... | Justin Clarke Casey | 1 | -1/+1 |
2008-12-11 | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s... | Justin Clarke Casey | 1 | -1/+1 |
2008-12-11 | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 1 | -1/+1 |
2008-12-10 | * refactor: Move test infrastructure code to its own package so that it can b... | Justin Clarke Casey | 1 | -0/+1 |
2008-11-28 | * simplify AddNewClient since making this root without using MakeRootAgent() ... | Justin Clarke Casey | 1 | -1/+1 |
2008-11-28 | * test: Add a wodge of code in order to be able to slightly extend a test to ... | Justin Clarke Casey | 1 | -14/+1 |
2008-11-27 | * test: Add the ability to add a plugin directory to the user and inventory s... | Justin Clarke Casey | 1 | -2/+2 |