aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-1/+1
|
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-1/+1
|
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵Justin Clark-Casey (justincc)2011-05-211-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-091-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-181-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 elsewhereJustin Clark-Casey (justincc)2010-08-071-147/+0
| | | | Also comment out log4net line in InventoryArchiverTests
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-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 Canto2010-01-111-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
|
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-1/+1
|
* Formatting cleanup, ignore some generated files.Jeff Ames2009-06-221-2/+2
|
* Update svn properties.Jeff Ames2009-06-221-138/+138
|
* * Added SceneTests and SceneBaseTestslbsa712009-06-221-0/+138
* Changed some fields to protectesd to enable faking