Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |