Add basic sanity regression test for creating a scene.

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-25 23:16:07 +01:00
parent 38acda9f29
commit 2227f51b29
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@ namespace OpenSim.Region.Framework.Scenes.Tests
[TestFixture]
public class SceneTests : OpenSimTestCase
{
public void TestCreateScene()
{
TestHelpers.InMethod();
new SceneHelpers().SetupScene();
}
/// <summary>
/// Very basic scene update test. Should become more elaborate with time.
/// </summary>