Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 1 | -1/+0 |
| | | | | OpenSim.Framework. | ||||
* | refactor: consistently put all test classes in the OpenSim.Tests.Common ↵ | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+0 |
| | | | | | | package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add | ||||
* | Add missing [Test] decorator to actually get the basic scene creation test ↵ | Justin Clark-Casey (justincc) | 2014-04-25 | 1 | -0/+1 |
| | | | | from 2227f51b to run | ||||
* | Add basic regression test for creating a var region | Justin Clark-Casey (justincc) | 2014-04-25 | 1 | -0/+15 |
| | |||||
* | Add basic sanity regression test for creating a scene. | Justin Clark-Casey (justincc) | 2014-04-25 | 1 | -0/+7 |
| | |||||
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -1/+1 |
| | | | | automatically turns off any logging enabled between tests | ||||
* | In Scene.Close(), dispose of the physics scene after base.Close() since ↵ | Justin Clark-Casey (justincc) | 2012-10-25 | 1 | -0/+17 |
| | | | | | | | | script events can still access Physics scene until the script engine shuts down (triggered off base.Close()) XEngine listeners to EventManager.OnShutdown which is triggered from base.Close(). Possibly it could listen for the earlier OnSceneShuttingDown instead, but the easier solution right now is to relocate disposal of the physics scene. This bug has existed since c150320 (Thu Jul 26 15:27:18 2012) and was in 0.7.4 | ||||
* | Add regression test for teleporting an agent between separated regions on ↵ | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -1/+1 |
| | | | | | | | | the same simulator. This involves a large amount of change in test scene setup code to allow test scenes to share shared modules SetupScene is now an instance method that requires an instantiation of SceneHelpers, though other SceneHelpers methods are still static May split these out into separate classes in the future. | ||||
* | Move frame loop entirely within Scene.Update() for better future performance ↵ | Justin Clark-Casey (justincc) | 2012-03-20 | 1 | -1/+1 |
| | | | | | | | | analysis and stat accuracy. Update() now accepts a frames parameter which can control the number of frames updated. -1 will update until shutdown. The watchdog updating moves above the maintc recalculation for any required sleep since it should be accounted for within the frame. | ||||
* | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -1/+0 |
| | | | | OpenSim.Tests.Common instead | ||||
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -1/+0 |
| | | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | ||||
* | Add very basic test which invokes the scene update loop once and checks the ↵ | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -0/+71 |
| | | | | | | frame number. This makes Scene.Update() match its original description of performing a single update, which also matches the semantics of SOG and ScenePresence. | ||||
* | Remove old test classes that don't actually test anything not done elsewhere | Justin Clark-Casey (justincc) | 2010-08-07 | 1 | -147/+0 |
| | | | | Also comment out log4net line in InventoryArchiverTests | ||||
* | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 2010-03-31 | 1 | -1/+10 |
| | | | | | This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer. | ||||
* | CommunicationsManager deleted. | Diva Canto | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
| | |||||
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup, ignore some generated files. | Jeff Ames | 2009-06-22 | 1 | -2/+2 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 1 | -138/+138 |
| | |||||
* | * Added SceneTests and SceneBaseTests | lbsa71 | 2009-06-22 | 1 | -0/+138 |
* Changed some fields to protectesd to enable faking |