Add basic sanity regression test for creating a scene.
parent
38acda9f29
commit
2227f51b29
|
@ -52,6 +52,13 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class SceneTests : OpenSimTestCase
|
public class SceneTests : OpenSimTestCase
|
||||||
{
|
{
|
||||||
|
public void TestCreateScene()
|
||||||
|
{
|
||||||
|
TestHelpers.InMethod();
|
||||||
|
|
||||||
|
new SceneHelpers().SetupScene();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Very basic scene update test. Should become more elaborate with time.
|
/// Very basic scene update test. Should become more elaborate with time.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue